A GMPC plugin that shows the Wikipedia page of the currently playing artist. The information is shown in a new tab of the player. TODO: Package is fine, but it doesn't display anything for me.
23 lines
669 B
Makefile
23 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 17:00:23 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= gmpc-wikipedia-0.20.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gmpc.wikia.com/wiki/GMPC_PLUGIN_WIKIPEDIA
|
|
COMMENT= GMPC plugin showing wikipedia information
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS= intltool pkg-config
|
|
|
|
.include "../../audio/gmpc/buildlink3.mk"
|
|
.include "../../net/libsoup24/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../www/webkit-gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|