summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libopendaap/libopendaap-0.3.0.ebuild')
-rw-r--r--media-libs/libopendaap/libopendaap-0.3.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/libopendaap/libopendaap-0.3.0.ebuild b/media-libs/libopendaap/libopendaap-0.3.0.ebuild
new file mode 100644
index 000000000000..f1439ee338d5
--- /dev/null
+++ b/media-libs/libopendaap/libopendaap-0.3.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopendaap/libopendaap-0.3.0.ebuild,v 1.1 2005/01/22 15:58:37 dsd Exp $
+
+IUSE=""
+
+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="~amd64 ~x86 ~ppc"
+DEPEND="virtual/libc"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+}