Initial import of gmpc-lastfm-0.20.0:
A GMPC plugin that fetches cover art and artist images from last.fm.
This commit is contained in:
parent
62522dc203
commit
0152b8f786
4 changed files with 29 additions and 0 deletions
1
audio/gmpc-lastfm/DESCR
Normal file
1
audio/gmpc-lastfm/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A GMPC plugin that fetches cover art and artist images from last.fm.
|
21
audio/gmpc-lastfm/Makefile
Normal file
21
audio/gmpc-lastfm/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gmpc-last-fm-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/Last.fm
|
||||
COMMENT= GMPC plugin for fetching cover and artist art from last.fm
|
||||
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 "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
audio/gmpc-lastfm/PLIST
Normal file
2
audio/gmpc-lastfm/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
|
||||
lib/gmpc/plugins/lastfmplugin.la
|
5
audio/gmpc-lastfm/distinfo
Normal file
5
audio/gmpc-lastfm/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/02/27 16:44:40 wiz Exp $
|
||||
|
||||
SHA1 (gmpc-last-fm-0.20.0.tar.gz) = 9b262aa3ecd9b4b0faa077217442dcc79c841c13
|
||||
RMD160 (gmpc-last-fm-0.20.0.tar.gz) = fc6c129de2546fb19d13af7354b2496d1f9d5dd1
|
||||
Size (gmpc-last-fm-0.20.0.tar.gz) = 309397 bytes
|
Loading…
Reference in a new issue