diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-25 07:20:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-25 07:20:04 +0000 |
commit | 06aafd591d4bb110774a92bea41615d47ae2f860 (patch) | |
tree | 4cfd8060ba9ed9c869ab34aa39afe802d0d0f0b7 /media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild | |
parent | new package (diff) | |
download | historical-06aafd591d4bb110774a92bea41615d47ae2f860.tar.gz historical-06aafd591d4bb110774a92bea41615d47ae2f860.tar.bz2 historical-06aafd591d4bb110774a92bea41615d47ae2f860.zip |
new package
Diffstat (limited to 'media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild')
-rw-r--r-- | media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild b/media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild new file mode 100644 index 000000000000..c5f5123c4a54 --- /dev/null +++ b/media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild @@ -0,0 +1,31 @@ +# Copyright 2002, Jens Schittenhelm +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-kjofol/xmms-kjofol-0.95.ebuild,v 1.1 2002/10/25 07:20:04 seemant Exp $ + +S=${WORKDIR}/${PN/ofol} +DESCRIPTION="A xmms remote that allows users to use K-Jofol skins" +SRC_URI="http://www.dgs.monash.edu.au/~timf/kint_xmms-${PV}.tar.gz" +HOMEPAGE="http://www.csse.monash.edu.au/~timf/xmms.html" + +DEPEND="media-sound/xmms" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile() { + emake || die +} + +src_install() { + dobin kj + dodir /usr/share/xmms/kjofol + cp *.zip ${D}usr/share/xmms/kjofol + dodoc readme.txt COPYING +} + +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/" +} |