diff options
author | wiz <wiz> | 2011-02-27 19:46:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-27 19:46:01 +0000 |
commit | 4339ab1ce95105d900fc66dd71783f7f363d8ef9 (patch) | |
tree | 757bdd65312c5543a58d44029e112731300113b3 /audio/gmpc-lyrics | |
parent | 79eb72587c7b6d8de281d291c675bea64260404f (diff) | |
download | pkgsrc-4339ab1ce95105d900fc66dd71783f7f363d8ef9.tar.gz |
Initial import of gmpc-lyrics-0.20.0, another lyrics plugin for gmpc.
The idea is to split this plugin in two separate plugins for both
websites. The sites used for this plugin are:
* Leo's Lyrics
* Lyrics tracker
Diffstat (limited to 'audio/gmpc-lyrics')
-rw-r--r-- | audio/gmpc-lyrics/DESCR | 7 | ||||
-rw-r--r-- | audio/gmpc-lyrics/Makefile | 21 | ||||
-rw-r--r-- | audio/gmpc-lyrics/PLIST | 2 | ||||
-rw-r--r-- | audio/gmpc-lyrics/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/audio/gmpc-lyrics/DESCR b/audio/gmpc-lyrics/DESCR new file mode 100644 index 00000000000..416bd635941 --- /dev/null +++ b/audio/gmpc-lyrics/DESCR @@ -0,0 +1,7 @@ +A GMPC plugin for fetching lyrics. + +The idea is to split this plugin in two separate plugins for both +websites. The sites used for this plugin are: + + * Leo's Lyrics + * Lyrics tracker diff --git a/audio/gmpc-lyrics/Makefile b/audio/gmpc-lyrics/Makefile new file mode 100644 index 00000000000..c9ac30a8284 --- /dev/null +++ b/audio/gmpc-lyrics/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/27 19:46:01 wiz Exp $ +# + +DISTNAME= gmpc-lyrics-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/Lyrics +COMMENT= GMPC plugin fetching lyrics +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" diff --git a/audio/gmpc-lyrics/PLIST b/audio/gmpc-lyrics/PLIST new file mode 100644 index 00000000000..2ef25f0f3b9 --- /dev/null +++ b/audio/gmpc-lyrics/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/27 19:46:01 wiz Exp $ +lib/gmpc/plugins/lyricsplugin.la diff --git a/audio/gmpc-lyrics/distinfo b/audio/gmpc-lyrics/distinfo new file mode 100644 index 00000000000..cbb8253cdcd --- /dev/null +++ b/audio/gmpc-lyrics/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/27 19:46:01 wiz Exp $ + +SHA1 (gmpc-lyrics-0.20.0.tar.gz) = 292a4c608f6e83a88f27622b7ff523e6add1e5b3 +RMD160 (gmpc-lyrics-0.20.0.tar.gz) = 35106a15e4f2631932e1b81b88d0dd731be23e92 +Size (gmpc-lyrics-0.20.0.tar.gz) = 306141 bytes |