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,29 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-alarm/xmms-alarm-0.3.6.ebuild,v 1.6 2005/09/14 05:28:29 agriffis Exp $
|
||||
|
||||
DESCRIPTION="An alarm plugin for XMMS"
|
||||
HOMEPAGE="http://www.snika.uklinux.net/index.php?show=xmms-alarm"
|
||||
SRC_URI="http://www.snika.uklinux.net/xmms-alarm/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86"
|
||||
|
||||
DEPEND="=x11-libs/gtk+-1.2*
|
||||
media-sound/xmms"
|
||||
|
||||
IUSE=""
|
||||
|
||||
src_compile() {
|
||||
econf \
|
||||
--program-suffix=-dev \
|
||||
--program-transform-name=libalarm-dev \
|
||||
|| die "conf failed"
|
||||
emake || die "build failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die "install failed"
|
||||
dodoc AUTHORS ChangeLog README NEWS
|
||||
}
|
||||
Reference in New Issue
Block a user