summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/shorten/shorten-3.5.0.ebuild')
-rw-r--r--media-sound/shorten/shorten-3.5.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/shorten/shorten-3.5.0.ebuild b/media-sound/shorten/shorten-3.5.0.ebuild
index 606a1b58e6f5..6f9944d776da 100644
--- a/media-sound/shorten/shorten-3.5.0.ebuild
+++ b/media-sound/shorten/shorten-3.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.0.ebuild,v 1.3 2003/07/12 20:30:58 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.5.0.ebuild,v 1.4 2003/09/07 00:06:06 msterret Exp $
DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)"
HOMEPAGE="http://etree.org/shnutils/shorten/"
@@ -10,12 +10,12 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
-src_compile() {
+src_compile() {
econf || die
make || die
}
-src_install() {
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS LICENSE ChangeLog NEWS README
}