mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-06 13:54:23 +01:00
35 lines
862 B
Bash
35 lines
862 B
Bash
# 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/"
|
|
}
|