mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-23 19:41:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/xmms-shell-0.99.0-r1.ebuild,v 1.11 2006/05/19 17:58:18 corsair Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="simple utility to control XMMS externally"
|
||||
SRC_URI="http://download.sourceforge.net/xmms-shell/${P}.tar.gz"
|
||||
HOMEPAGE="http://www.loganh.com/xmms-shell/"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="ppc ~ppc64 x86"
|
||||
IUSE="readline"
|
||||
|
||||
DEPEND=">=media-sound/xmms-1.2.7
|
||||
readline? ( >=sys-libs/readline-4.1 )"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
# shall be sent upstream
|
||||
epatch ${FILESDIR}/${PN}-gcc3.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
econf `use_with readline` || die
|
||||
emake || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die
|
||||
dodoc AUTHORS README
|
||||
}
|
||||
Reference in New Issue
Block a user