mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-04 00:35:48 +01:00
34 lines
906 B
Bash
34 lines
906 B
Bash
# 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
|
|
}
|
|
|