diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-20 15:28:04 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-20 15:28:04 +0000 |
commit | ae52dab6e487dff3895b2eec0499af4692f6e3b4 (patch) | |
tree | 76772197da56ccd2a2bbab1d7b4b91f1c1a09099 /media-libs/libopendaap/libopendaap-0.4.0.ebuild | |
parent | Remove generation 1 ebuild. (diff) | |
download | gentoo-2-ae52dab6e487dff3895b2eec0499af4692f6e3b4.tar.gz gentoo-2-ae52dab6e487dff3895b2eec0499af4692f6e3b4.tar.bz2 gentoo-2-ae52dab6e487dff3895b2eec0499af4692f6e3b4.zip |
Add patch to compile under g/fbsd by Timothy Redaelli <drizzt at gentoo dot org>, bug 175205
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-libs/libopendaap/libopendaap-0.4.0.ebuild')
-rw-r--r-- | media-libs/libopendaap/libopendaap-0.4.0.ebuild | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/media-libs/libopendaap/libopendaap-0.4.0.ebuild b/media-libs/libopendaap/libopendaap-0.4.0.ebuild index 01f759b22b15..c50bc26849d4 100644 --- a/media-libs/libopendaap/libopendaap-0.4.0.ebuild +++ b/media-libs/libopendaap/libopendaap-0.4.0.ebuild @@ -1,17 +1,24 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.11 2006/07/08 08:19:39 corsair Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.4.0.ebuild,v 1.12 2007/04/20 15:28:04 armin76 Exp $ inherit eutils DESCRIPTION="libopendaap is 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" + SLOT="0" LICENSE="crazney APSL-2" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" +IUSE="" + +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}"/${P}-freebsd.patch +} src_install() { make DESTDIR="${D}" install || die |