summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
commitce51af1c7895b44c18a2535f0fc282260bc84d0f (patch)
tree05ef387526a4f9b732aa4a8d631e77989a1a2f1d /media-sound/shorten
parentReal networks RealSDK license added (diff)
downloadhistorical-ce51af1c7895b44c18a2535f0fc282260bc84d0f.tar.gz
historical-ce51af1c7895b44c18a2535f0fc282260bc84d0f.tar.bz2
historical-ce51af1c7895b44c18a2535f0fc282260bc84d0f.zip
repoman'd
Diffstat (limited to 'media-sound/shorten')
-rw-r--r--media-sound/shorten/shorten-3.3.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/media-sound/shorten/shorten-3.3.ebuild b/media-sound/shorten/shorten-3.3.ebuild
index b3242dfc800a..8d512d0422a8 100644
--- a/media-sound/shorten/shorten-3.3.ebuild
+++ b/media-sound/shorten/shorten-3.3.ebuild
@@ -1,26 +1,23 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shorten/shorten-3.3.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Open source, popular and fast lossless audio compressor"
SRC_URI="http://shnutils.etree.org/misc/${P}.tar.gz"
DEPEND="virtual/glibc"
-src_unpack() {
- unpack ${A}
- cd ${S}
-# mv Makefile Makefile.orig
-# sed -e "s:-O:${CFLAGS}:g" -e 's:/usr/local:/usr:g' -e 's:/man/:/share/man/:' Makefile.orig > Makefile
-}
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
src_compile() {
- ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
+ econf || die
make || die
}
src_install() {
make DESTDIR=${D} install || die
- dodoc LICENSE
+ dodoc AUTHORS LICENSE ChangeLog NEWS README
}