mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-21 01:51:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmusic/wmusic-1.4.11.ebuild,v 1.9 2006/01/31 21:05:07 nelchael Exp $
|
||||
|
||||
DESCRIPTION="dockapp for xmms"
|
||||
HOMEPAGE="http://home.jtan.com/~john/wmusic/"
|
||||
SRC_URI="http://home.jtan.com/~john/wmusic/downloads/${P}-src.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64 ~ppc"
|
||||
IUSE=""
|
||||
DEPEND=">media-sound/xmms-1.2.4
|
||||
>=sys-apps/sed-4"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A} ; cd ${S}/src
|
||||
sed -i -e "s:-O2:${CFLAGS}:" Makefile.in
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
econf || die
|
||||
emake || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin src/wmusic
|
||||
dodoc README
|
||||
}
|
||||
Reference in New Issue
Block a user