diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-01-18 08:49:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-01-18 08:49:21 +0000 |
commit | 4476f862a7a3c363d18e4ef83741eb7da9d94685 (patch) | |
tree | e75122382136d8d881ade5ae39abd836e076b2c9 /media-sound/mp3splt/mp3splt-2.0.ebuild | |
parent | Snapshot updated (diff) | |
download | gentoo-2-4476f862a7a3c363d18e4ef83741eb7da9d94685.tar.gz gentoo-2-4476f862a7a3c363d18e4ef83741eb7da9d94685.tar.bz2 gentoo-2-4476f862a7a3c363d18e4ef83741eb7da9d94685.zip |
version bump
Diffstat (limited to 'media-sound/mp3splt/mp3splt-2.0.ebuild')
-rw-r--r-- | media-sound/mp3splt/mp3splt-2.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/mp3splt/mp3splt-2.0.ebuild b/media-sound/mp3splt/mp3splt-2.0.ebuild new file mode 100644 index 000000000000..f303fd6c0202 --- /dev/null +++ b/media-sound/mp3splt/mp3splt-2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.0.ebuild,v 1.1 2004/01/18 08:49:21 seemant Exp $ + +IUSE="" + +S=${WORKDIR}/${P} +DESCRIPTION="A command line utility to split mp3 and ogg files" +HOMEPAGE="http://mp3splt.sourceforge.net/" +SRC_URI="mirror://sourceforge/mp3splt/${P}-src.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64" + +DEPEND="media-libs/libogg + media-libs/libvorbis + media-sound/mad" + +src_compile() { + econf || die + emake || die "build failed" +} + +src_install() { + einstall || die "install failed" +} |