diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-17 22:22:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-17 22:22:59 +0000 |
commit | 77ba30c2b67a5e8e86d727732a498061cf26b45e (patch) | |
tree | 62bf126d006462d04fffb5a5a985609313212d2a /media-sound/cantus | |
parent | fixed inherit/cleaned up (diff) | |
download | gentoo-2-77ba30c2b67a5e8e86d727732a498061cf26b45e.tar.gz gentoo-2-77ba30c2b67a5e8e86d727732a498061cf26b45e.tar.bz2 gentoo-2-77ba30c2b67a5e8e86d727732a498061cf26b45e.zip |
cleaned up
Diffstat (limited to 'media-sound/cantus')
-rw-r--r-- | media-sound/cantus/cantus-1.0.3.ebuild | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/media-sound/cantus/cantus-1.0.3.ebuild b/media-sound/cantus/cantus-1.0.3.ebuild index 5c859d4f8b5b..4e2249e15191 100644 --- a/media-sound/cantus/cantus-1.0.3.ebuild +++ b/media-sound/cantus/cantus-1.0.3.ebuild @@ -1,24 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-1.0.3.ebuild,v 1.2 2002/10/21 04:35:30 mjc Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cantus/cantus-1.0.3.ebuild,v 1.3 2003/01/17 22:22:59 vapier Exp $ -# comprehensive list of any and all USE flags leveraged in the build, -# with the exception of any ARCH specific flags, i.e. ppc sparc sparc64 -# x86 alpha - this is a required variable -IUSE="" -DESCRIPTION="Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. It has many features including mass tagging and renaming of MP3s, the ability to generate a tag out of the filename, filter definitions for renaming, recursive actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, and a lot more." +DESCRIPTION="easy to use tool for tagging and renaming MP3 and OGG/Vorbis files" HOMEPAGE="http://software.manicsadness.com/?site=project&project=1" SRC_URI="http://sam.homeunix.com/software.manicsadness.com-step2/releases/cantus/cantus-1.03-1.tar.gz" -LICENSE="gpl" + +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="vorbis? media-libs/libvorbis - vorbis? media-libs/libogg" -RDEPEND="$DEPEND" + +DEPEND="vorbis? ( media-libs/libvorbis + media-libs/libogg )" + S="${WORKDIR}/${PN}-1.03" src_compile() { - cd ${S} econf || die "configure failed" make || die "make failed" } |