mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-21 10:21:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild,v 1.13 2005/09/04 10:26:52 flameeyes Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
DESCRIPTION="A xmms remote that allows users to use K-Jofol skins"
|
||||
HOMEPAGE="http://www.csse.monash.edu.au/~timf/xmms.html"
|
||||
SRC_URI="http://www.dgs.monash.edu.au/~timf/kint_xmms-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc sparc x86"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
S=${WORKDIR}/${PN/ofol}
|
||||
|
||||
src_compile() {
|
||||
emake || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin kj
|
||||
dodir /usr/share/xmms/kjofol
|
||||
cp *.zip ${D}usr/share/xmms/kjofol
|
||||
dodoc readme.txt
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "This plugin works as a remote for XMMS. Start XMMS before"
|
||||
einfo "using this plugin with kj"
|
||||
einfo "Place K-Jofol skins in ~/.xmms/kjofol/"
|
||||
}
|
||||
Reference in New Issue
Block a user