diff options
Diffstat (limited to 'media-libs/libgpod/libgpod-0.4.0.ebuild')
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.0.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/media-libs/libgpod/libgpod-0.4.0.ebuild b/media-libs/libgpod/libgpod-0.4.0.ebuild deleted file mode 100644 index 2e02793a41ce..000000000000 --- a/media-libs/libgpod/libgpod-0.4.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.0.ebuild,v 1.14 2008/01/28 01:11:26 tester Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils autotools - -DESCRIPTION="Shared library to access the contents of an iPod" -HOMEPAGE="http://www.gtkpod.org/libgpod.html" -SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="gtk python" - -RDEPEND=">=dev-libs/glib-2.4 - gtk? ( >=x11-libs/gtk+-2 ) - python? ( >=dev-lang/python-2.3 - >=dev-lang/swig-1.3.24 - >=dev-python/eyeD3-0.6.6 )" -DEPEND="${RDEPEND} - dev-util/gtk-doc - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/libgpod-0.4.0-test-nogdk.patch" - - AT_M4DIR="m4" eautoreconf -} - -src_compile() { - - econf $(use_enable gtk gdk-pixbuf) \ - $(use_with python) || die "configure failed" - - emake || die "make failed" - -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README -} |