mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-15 21:33:31 +02:00
initial import
This commit is contained in:
21
media-plugins/xmms-musepack/xmms-musepack-1.1.ebuild
Normal file
21
media-plugins/xmms-musepack/xmms-musepack-1.1.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-musepack/xmms-musepack-1.1.ebuild,v 1.6 2005/11/15 15:28:55 gustavoz Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
DESCRIPTION="XMMS plugin to play audio files encoded with Andree Buschmann's encoder Musepack (mpc, mp+, mpp)"
|
||||
HOMEPAGE="http://www.musepack.net"
|
||||
SRC_URI="http://www.saunalahti.fi/grimmel/musepack.net/linux/plugins/${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc -sparc x86"
|
||||
|
||||
DEPEND="media-sound/xmms
|
||||
=media-libs/libmusepack-1.0*"
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die
|
||||
dodoc README
|
||||
}
|
||||
Reference in New Issue
Block a user