summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-15 15:47:05 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-15 15:47:05 +0000
commit9198ab85b216322d3794982756281ff7aeb95aba (patch)
treedacdb31051c27f9c893784b4a1910e3d98989e09 /media-sound/shorten
parentFixed SRC_URI for the patch. (diff)
downloadhistorical-9198ab85b216322d3794982756281ff7aeb95aba.tar.gz
historical-9198ab85b216322d3794982756281ff7aeb95aba.tar.bz2
historical-9198ab85b216322d3794982756281ff7aeb95aba.zip
updated HOMEPAGE
Diffstat (limited to 'media-sound/shorten')
-rw-r--r--media-sound/shorten/shorten-3.3.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/media-sound/shorten/shorten-3.3.ebuild b/media-sound/shorten/shorten-3.3.ebuild
index 708e757596c0..a583682441dc 100644
--- a/media-sound/shorten/shorten-3.3.ebuild
+++ b/media-sound/shorten/shorten-3.3.ebuild
@@ -1,19 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.6 2002/10/04 05:54:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.7 2002/12/15 15:47:05 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="Open source, popular and fast lossless audio compressor"
-SRC_URI="http://shnutils.etree.org/shorten/source/${P}.tar.gz"
-DEPEND="virtual/glibc"
-HOMEPAGE="http://shnutils.etree.org/shorten/"
+DESCRIPTION="shorten is a fast, low complexity waveform coder (i.e. audio compressor)"
+HOMEPAGE="http://etree.org/shnutils/shorten/"
+SRC_URI="http://etree.org/shnutils/shorten/source/${P}.tar.gz"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
src_compile() {
- econf || die
+ econf
make || die
}
@@ -21,4 +19,3 @@ src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS LICENSE ChangeLog NEWS README
}
-