blob: 1bdc872d08c99c6867e057822e7c13a318e8ad49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 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.4 2009/10/11 23:00:03 halcy0n 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"
}
|