mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-27 06:51:25 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-volnorm/xmms-volnorm-0.4.1-r1.ebuild,v 1.14 2005/09/04 09:54:17 flameeyes Exp $
|
||||
|
||||
inherit gnuconfig eutils
|
||||
|
||||
IUSE=""
|
||||
|
||||
MY_P=${P/xmms-/}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
DESCRIPTION="Plugin for XMMS, music will be played at the same volume even if it
|
||||
is recorded at a different volume level"
|
||||
SRC_URI="mirror://sourceforge/volnorm/${MY_P}.tar.gz"
|
||||
HOMEPAGE="http://volnorm.sourceforge.net"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="x86 ppc alpha amd64 sparc"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
gnuconfig_update
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstall \
|
||||
libdir=${D}/usr/lib/xmms/Effect || die
|
||||
|
||||
dodoc AUTHORS BUGS ChangeLog NEWS README RELEASE TODO
|
||||
}
|
||||
Reference in New Issue
Block a user