diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:03:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 04:03:45 +0000 |
commit | 124219aea2d5dc22eb1d58cf87a82a0e96da0d38 (patch) | |
tree | 76469d89a95df8d15d8adbf0d6bf0700b325b9df /media-plugins/xmms-compress | |
parent | fix license/repoman (diff) | |
download | historical-124219aea2d5dc22eb1d58cf87a82a0e96da0d38.tar.gz historical-124219aea2d5dc22eb1d58cf87a82a0e96da0d38.tar.bz2 historical-124219aea2d5dc22eb1d58cf87a82a0e96da0d38.zip |
fix license/repoman
Diffstat (limited to 'media-plugins/xmms-compress')
-rw-r--r-- | media-plugins/xmms-compress/xmms-compress-1.1.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/media-plugins/xmms-compress/xmms-compress-1.1.ebuild b/media-plugins/xmms-compress/xmms-compress-1.1.ebuild index 25ce64b05228..e19570d4cb91 100644 --- a/media-plugins/xmms-compress/xmms-compress-1.1.ebuild +++ b/media-plugins/xmms-compress/xmms-compress-1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-compress/xmms-compress-1.1.ebuild,v 1.3 2003/07/12 18:40:43 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-compress/xmms-compress-1.1.ebuild,v 1.4 2003/08/07 04:01:02 vapier Exp $ -DESCRIPTION="xmms-compress is (essentially) a dynamic range compressor intended to keep the output of XMMS at a consistent volume without introducing any audible artifacts" -SRC_URI="http://trikuare.cx/~magenta/projects/${P}.tar.gz" +DESCRIPTION="dynamic range compressor intended to keep the output of XMMS at a consistent volume without introducing any audible artifacts" HOMEPAGE="http://trikuare.cx/~magenta/projects/xmms-compress.html" +SRC_URI="http://trikuare.cx/~magenta/projects/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" DEPEND="media-sound/xmms" @@ -17,8 +17,7 @@ src_compile() { } src_install() { - installdir="${D}$(xmms-config --effect-plugin-dir)" - install -d ${installdir} || die - install -m 755 libcompress.so ${installdir} || die + exeinto "$(xmms-config --effect-plugin-dir)" || die + doexe libcompress.so || die dodoc COPYING ChangeLog README TODO } |