mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-22 03:01:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxmms/wmxmms-0.1.4.ebuild,v 1.10 2006/01/31 21:13:19 nelchael Exp $
|
||||
|
||||
IUSE=""
|
||||
MY_P=${P/wm/WM}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
DESCRIPTION="WMaker DockApp: XMMS Control App"
|
||||
HOMEPAGE="http://www.dockapps.com/file.php/id/172/"
|
||||
SRC_URI="http://www.dockapps.com/download.php/id/252/${MY_P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="x86 ppc ~sparc ~alpha hppa amd64"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
|
||||
# Fix bug #44407
|
||||
cd ${S}
|
||||
make clean
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
econf || die
|
||||
emake OPT="${CFLAGS}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin src/WMxmms
|
||||
dodoc AUTHORS ChangeLog README THANKS TODO
|
||||
doman doc/WMxmms.1
|
||||
}
|
||||
Reference in New Issue
Block a user