diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-07-09 14:46:44 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-07-09 14:46:44 +0000 |
commit | 21957559b23c23ed0be4f561a5a3a01b14676027 (patch) | |
tree | c83c7bc38d19dce508920f8fa3ac00cef03aca89 /net-p2p | |
parent | initial import, also closes bug #3964 (diff) | |
download | historical-21957559b23c23ed0be4f561a5a3a01b14676027.tar.gz historical-21957559b23c23ed0be4f561a5a3a01b14676027.tar.bz2 historical-21957559b23c23ed0be4f561a5a3a01b14676027.zip |
small fixor
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift/gift-0.10.0_pre020708.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/gift/gift-0.10.0_pre020708.ebuild b/net-p2p/gift/gift-0.10.0_pre020708.ebuild index 1d1d5efee114..7374eb3e7728 100644 --- a/net-p2p/gift/gift-0.10.0_pre020708.ebuild +++ b/net-p2p/gift/gift-0.10.0_pre020708.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.10.0_pre020708.ebuild,v 1.1 2002/07/08 16:31:10 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.10.0_pre020708.ebuild,v 1.2 2002/07/09 14:46:44 verwilst Exp $ S=${WORKDIR}/giFT DESCRIPTION="Lets you connect to OpenFT, a decentralised p2p network like FastTrack" SRC_URI="http://dshieldpy.sourceforge.net/${P}.tgz" HOMEPAGE="http://gift.sourceforge.net" SLOT="0" +LICENSE="GPL-2" DEPENDS="virtual/glibc zlib? ( >=sys-libs/zlib-1.1.4 )" @@ -21,7 +22,7 @@ src_compile() { src_install() { - einstall giftconfdir=${D}/etc \ + einstall giftconfdir=${D}/etc/giFT \ plugindir=${D}/usr/lib/giFT \ giftdatadir=${D}/usr/share/giFT \ giftperldir=${D}/usr/bin || die |