mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-07 15:23:33 +02:00
initial import
This commit is contained in:
25
media-plugins/xmms-adplug/xmms-adplug-1.2.ebuild
Normal file
25
media-plugins/xmms-adplug/xmms-adplug-1.2.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-adplug/xmms-adplug-1.2.ebuild,v 1.5 2006/09/06 18:10:32 tsunam Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
MY_PN="adplug-xmms"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DESCRIPTION="A plug-in that adds support for the AdLib music files to XMMS"
|
||||
HOMEPAGE="http://adplug.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/adplug/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc sparc x86"
|
||||
|
||||
DEPEND=">=media-libs/adplug-1.4.1
|
||||
media-sound/xmms"
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog NEWS README TODO
|
||||
}
|
||||
Reference in New Issue
Block a user