blob: e62734baa99a29c51ad741aecb61c466a3281967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/konserve/konserve-0.7.1.ebuild,v 1.5 2003/03/28 10:55:16 pvdabeel Exp $
inherit kde-base
need-kde 3
DESCRIPTION="small backup application for the KDE 3.x environment"
SRC_URI="http://www.eikon.tum.de/~hermes/${P}.tar.bz2"
HOMEPAGE="http://www.eikon.tum.de/~hermes/konserve.html"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
|