mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-20 17:31:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,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-cdcover/xmms-cdcover-0.2.ebuild,v 1.9 2004/09/03 21:18:27 eradicator Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
DESCRIPTION="An XMMS plugin for viewing album covers"
|
||||
HOMEPAGE="http://ducts.27b-6.de/cdcover/"
|
||||
SRC_URI="http://ducts.27b-6.de/cdcover/dist/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 ~ppc amd64 sparc"
|
||||
|
||||
DEPEND="media-sound/xmms
|
||||
>=media-libs/gdk-pixbuf-0.2.5"
|
||||
|
||||
DOCS="AUTHORS COPYING ChangeLog NEWS README README.skin"
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die "make install failed"
|
||||
dodoc ${DOCS}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "Skins can be found at:"
|
||||
einfo "http://ducts.27b-6.de/cdcover/"
|
||||
}
|
||||
Reference in New Issue
Block a user