| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.8.1-r1.ebuild,v 1.5 2007/04/22 11:25:38 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-p2p/gift/gift-0.11.8.1-r1.ebuild,v 1.6 2007/05/16 21:23:07 mabi Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils libtool |
5 | inherit eutils libtool |
| 6 | |
6 | |
| 7 | DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network daemon" |
7 | DESCRIPTION="A OpenFT, Gnutella and FastTrack p2p network daemon" |
| 8 | HOMEPAGE="http://gift.sourceforge.net" |
8 | HOMEPAGE="http://gift.sourceforge.net" |
| 9 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
9 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
| 10 | IUSE="ares fasttrack gnutella imagemagick openft vorbis" |
10 | IUSE="ares fasttrack gnutella imagemagick openft vorbis" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="alpha ~amd64 ia64 ~sparc x86 ~x86-fbsd" |
14 | KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc x86 ~x86-fbsd" |
| 15 | |
15 | |
| 16 | DEPEND=">=sys-libs/zlib-1.1.4 |
16 | DEPEND=">=sys-libs/zlib-1.1.4 |
| 17 | sys-apps/file |
17 | sys-apps/file |
| 18 | imagemagick? ( >=media-gfx/imagemagick-5.5.7.15 ) |
18 | imagemagick? ( >=media-gfx/imagemagick-5.5.7.15 ) |
| 19 | vorbis? ( >=media-libs/libvorbis-1 )" |
19 | vorbis? ( >=media-libs/libvorbis-1 )" |