mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-06 13:54:23 +01:00
29 lines
658 B
Bash
29 lines
658 B
Bash
# 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.5.0.ebuild,v 1.6 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/${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="x86 amd64 ~ppc ~sparc"
|
|
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
|
|
}
|