mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-26 14:21:25 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-coverviewer/xmms-coverviewer-0.1.10.ebuild,v 1.5 2005/09/09 12:25:34 flameeyes Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
DESCRIPTION="An XMMS plugin for viewing album covers"
|
||||
HOMEPAGE="http://coverviewer.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/coverviewer/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa"
|
||||
|
||||
DEPEND="=x11-libs/gtk+-1.2*
|
||||
media-libs/gdk-pixbuf
|
||||
media-sound/xmms"
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die "make install failed"
|
||||
|
||||
dodoc AUTHORS NEWS
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn
|
||||
ewarn "Do not attempt to configure the plugin right away!"
|
||||
ewarn "Enable the plugin. Sane default values will be applied."
|
||||
ewarn "After that, changing options is fine."
|
||||
ewarn "To use Internet-search, you'll need python"
|
||||
ewarn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user