diff options
author | 2004-07-06 08:09:45 +0000 | |
---|---|---|
committer | 2004-07-06 08:09:45 +0000 | |
commit | a22279db4e7f35a3ac428a670c2add91a7d5cb41 (patch) | |
tree | eda63b996043fc7312138c1522807f98b6c1c766 /media-sound/imp3sh/imp3sh-0.2.3.ebuild | |
parent | Version bump. sparc and amd64 keywording. (Manifest recommit) (diff) | |
download | gentoo-2-a22279db4e7f35a3ac428a670c2add91a7d5cb41.tar.gz gentoo-2-a22279db4e7f35a3ac428a670c2add91a7d5cb41.tar.bz2 gentoo-2-a22279db4e7f35a3ac428a670c2add91a7d5cb41.zip |
gnuconfig_update
Diffstat (limited to 'media-sound/imp3sh/imp3sh-0.2.3.ebuild')
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.3.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild index a1de57368090..e016ffefdc1e 100644 --- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild +++ b/media-sound/imp3sh/imp3sh-0.2.3.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.10 2004/06/25 00:06:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.11 2004/07/06 08:09:45 eradicator Exp $ IUSE="oggvorbis" +inherit gnuconfig + DESCRIPTION="flexible playlist manipulation shell and song player/streamer" HOMEPAGE="http://www.geocities.com/kman_can/" SRC_URI="http://www.geocities.com/kman_can/${P}.tar.gz" @@ -16,6 +18,13 @@ DEPEND="sys-libs/ncurses oggvorbis? ( media-libs/libvorbis media-libs/libao )" +src_unpack() { + unpack ${A} + + cd ${S} + gnuconfig_update +} + src_compile() { econf || die emake CCLD=g++ || die |