1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-18 15:33:32 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# 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.2.ebuild,v 1.5 2005/11/15 15:28:55 gustavoz Exp $
DESCRIPTION="Musepack input plugin for XMMS"
HOMEPAGE="http://www.musepack.net"
SRC_URI="http://files.musepack.net/linux/plugins/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc sparc"
IUSE=""
DEPEND="media-sound/xmms
>=media-libs/libmusepack-1.1"
src_compile() {
WANT_AUTOMAKE=1.7 ./autogen.sh > /dev/null
libtoolize --copy --force
econf || die "configure failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc README
}