blob: 707d3dc4b238fddb73a58fc6471d6402cbdef3ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/config_confd/config_confd-0.0.2.ebuild,v 1.3 2008/11/23 18:09:09 patrick Exp $
DESCRIPTION="Configuration editor for the /etc/conf.d files"
HOMEPAGE="http://www.damz.net/config_confd/"
SRC_URI="http://libconf.net/config_confd/download/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~ppc ~ppc64 ~sparc ~x86 ~amd64"
IUSE=""
RDEPEND=">=dev-util/libconf-0.39.21
>=dev-perl/gtk2-fu-0.10"
src_install() {
make install PREFIX=${D}/usr || die "make install failed"
}
|