summaryrefslogtreecommitdiff
blob: d64f9b95259f28d20ba50938aa6e736d59f0f234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-repeatit/xmms-repeatit-0.0.4.ebuild,v 1.1 2004/08/14 16:12:00 squinky86 Exp $

IUSE=""

MY_P=${P/xmms-repeatit/RepeatIt}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Adds 'song repeat', 'clip repeat' and 'intro seek' to xmms."
HOMEPAGE="http://www.varberg.se/~sea1477a/"
SRC_URI="http://dev.gentoo.org/~squinky86/files/${MY_P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
DEPEND="media-sound/xmms
	>=dev-libs/glib-1.2.0
	>=x11-libs/gtk+-1.2.0"

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	make DESTDIR=${D} libdir=$(xmms-config --general-plugin-dir) install || die "make install failed"
	dodoc AUTHORS
}