summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-05-04 16:09:30 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-05-04 16:09:30 +0000
commit8b08834870ef23a78b2c6c72da2e89dbfccf728f (patch)
treeb48248d8d7c4cc1720cff16cb51da4b2975707a7 /media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
parentReadded to ~ppc (diff)
downloadgentoo-2-8b08834870ef23a78b2c6c72da2e89dbfccf728f.tar.gz
gentoo-2-8b08834870ef23a78b2c6c72da2e89dbfccf728f.tar.bz2
gentoo-2-8b08834870ef23a78b2c6c72da2e89dbfccf728f.zip
stable on x86
(Portage version: 2.0.51.21)
Diffstat (limited to 'media-libs/libcdaudio/libcdaudio-0.99.12.ebuild')
-rw-r--r--media-libs/libcdaudio/libcdaudio-0.99.12.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
index 6009af907abd..043527943481 100644
--- a/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libcdaudio/libcdaudio-0.99.12.ebuild,v 1.2 2005/05/04 16:09:30 luckyduck Exp $
IUSE=""
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
src_unpack() {
unpack ${A}
@@ -23,11 +23,11 @@ src_unpack() {
}
src_compile() {
- econf --enable-threads
+ econf --enable-threads || die "configure failed"
emake || die "compile problem."
}
src_install() {
- make DESTDIR="${D}" install || die
+ make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangLog NEWS README TODO
}