summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-10 15:00:52 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-10 15:00:52 +0000
commit2cbaf40352acdb4883a67d1bee0319906bd4b69d (patch)
treecc4701952afdd990880b2a8e6a7fef7f49c03399 /media-libs/speex
parentAdding some more mirrors to the gentoo line (diff)
downloadgentoo-2-2cbaf40352acdb4883a67d1bee0319906bd4b69d.tar.gz
gentoo-2-2cbaf40352acdb4883a67d1bee0319906bd4b69d.tar.bz2
gentoo-2-2cbaf40352acdb4883a67d1bee0319906bd4b69d.zip
since i'm here.. fix copyright header error for repoman
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-libs/speex')
-rw-r--r--media-libs/speex/speex-1.1.12.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/speex/speex-1.1.12.ebuild b/media-libs/speex/speex-1.1.12.ebuild
index f83750337e84..b46a7593594c 100644
--- a/media-libs/speex/speex-1.1.12.ebuild
+++ b/media-libs/speex/speex-1.1.12.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v 1.12 2008/01/10 14:58:30 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v 1.13 2008/01/10 15:00:52 drac Exp $
inherit eutils autotools libtool
DESCRIPTION="Speech encoding library"
-HOMEPAGE="http://www.speex.org/"
+HOMEPAGE="http://www.speex.org"
SRC_URI="http://downloads.xiph.org/releases/speex/${P}.tar.gz"
LICENSE="BSD"
@@ -38,11 +38,11 @@ src_compile() {
econf \
$(use_enable vorbis-psy) \
$(use_enable sse) \
- || die
- emake || die
+ || die "econf failed."
+ emake || die "emake failed."
}
src_install () {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog README* TODO NEWS
}