blob: bdeba94d40cbd972aa1ba6aca02b9c33378b2451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/konserve/konserve-0.10.3.ebuild,v 1.4 2004/08/16 15:47:43 kugelfang Exp $
inherit kde
need-kde 3
DESCRIPTION="small backup application for the KDE 3.x environment"
SRC_URI="mirror://sourceforge/konserve/${P}.tar.bz2"
HOMEPAGE="http://konserve.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
SLOT="0"
IUSE=""
|