diff options
Diffstat (limited to 'media-libs/libopendaap/libopendaap-0.2.3.ebuild')
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.2.3.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/media-libs/libopendaap/libopendaap-0.2.3.ebuild b/media-libs/libopendaap/libopendaap-0.2.3.ebuild deleted file mode 100644 index adbab0a9a505..000000000000 --- a/media-libs/libopendaap/libopendaap-0.2.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.2.3.ebuild,v 1.11 2013/11/06 04:41:31 patrick Exp $ - -inherit eutils - -DESCRIPTION="A library which enables applications to discover and connect to iTunes(R) music shares" -SRC_URI="http://crazney.net/programs/itunes/files/${P}.tar.bz2" -HOMEPAGE="http://crazney.net/programs/itunes/libopendaap.html" - -LICENSE="MIT APSL-2" -SLOT="0" -KEYWORDS="amd64 x86 ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-types.h -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog -} |