mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-18 23:43:33 +02:00
initial import
This commit is contained in:
29
media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild
Normal file
29
media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild
Normal file
@@ -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-morestate/xmms-morestate-1.2.ebuild,v 1.9 2005/09/09 12:22:09 flameeyes Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION=" XMMS Morestate restores ESD volume, song time, and playing/paused status"
|
||||
SRC_URI="mirror://sourceforge/xmms-morestate/${P}.tar.gz"
|
||||
HOMEPAGE="http://xmms-morestate.sourceforge.net"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64 ~ppc sparc"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="primaryuri"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
epatch ${FILESDIR}/${P}-Makefile.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die "Install failed."
|
||||
dodoc AUTHORS ChangeLog README
|
||||
}
|
||||
Reference in New Issue
Block a user