summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-04-07 21:45:42 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-04-07 21:45:42 +0000
commit767bce812d7fea766357a9ce865513faf4de1023 (patch)
treea9297a90dfd1e3810853cc4ad7eec2079927d6d9 /media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
parentMasked dev-lang/gpc on behalf of Mr_Bones. (diff)
downloadgentoo-2-767bce812d7fea766357a9ce865513faf4de1023.tar.gz
gentoo-2-767bce812d7fea766357a9ce865513faf4de1023.tar.bz2
gentoo-2-767bce812d7fea766357a9ce865513faf4de1023.zip
Version bump for bug #76888.
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs/libcdaudio/libcdaudio-0.99.12.ebuild')
-rw-r--r--media-libs/libcdaudio/libcdaudio-0.99.12.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
new file mode 100644
index 000000000000..6009af907abd
--- /dev/null
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild,v 1.1 2005/04/07 21:45:42 eradicator Exp $
+
+IUSE=""
+
+inherit eutils
+
+DESCRIPTION="Library of cd audio related routines."
+HOMEPAGE="http://libcdaudio.sourceforge.net/"
+SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ # CAN-2005-0706 (#84936)
+ epatch ${FILESDIR}/${PN}-0.99-CAN-2005-0706.patch
+}
+
+src_compile() {
+ econf --enable-threads
+ emake || die "compile problem."
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangLog NEWS README TODO
+}