diff options
-rw-r--r-- | audio/bmp-scrobbler/DESCR | 4 | ||||
-rw-r--r-- | audio/bmp-scrobbler/Makefile | 27 | ||||
-rw-r--r-- | audio/bmp-scrobbler/PLIST | 2 | ||||
-rw-r--r-- | audio/bmp-scrobbler/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/audio/bmp-scrobbler/DESCR b/audio/bmp-scrobbler/DESCR new file mode 100644 index 00000000000..9cc3af862d9 --- /dev/null +++ b/audio/bmp-scrobbler/DESCR @@ -0,0 +1,4 @@ +The AudioScrobbler plugin sends information about the tracks you play in Beep +to the audioscrobbler.com to build a profile of the type of music you listen +to and find people that have similar tastes in music. For more information on +AudioScrobbler see http://www.last.fm/ diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile new file mode 100644 index 00000000000..68fe86d501d --- /dev/null +++ b/audio/bmp-scrobbler/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/10 19:00:00 kefren Exp $ + +DISTNAME= xmms-scrobbler-0.4.0 +PKGNAME= ${DISTNAME:S/xmms/bmp/} +CATEGORIES= audio +MASTER_SITES= http://armish.linux-sevenler.org/downloads/pub/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.last.fm/ +COMMENT= BMP plugin for last.fm + +LICENSE= gnu-lgpl-v2.1 +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_TOOLS+= gmake pkg-config +CONFIGURE_ARGS+= --disable-xmms-plugin + +.include "../../audio/musicbrainz/buildlink3.mk" +.include "../../audio/taglib/buildlink3.mk" +.include "../../audio/bmp/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/bmp-scrobbler/PLIST b/audio/bmp-scrobbler/PLIST new file mode 100644 index 00000000000..38bd7f803b6 --- /dev/null +++ b/audio/bmp-scrobbler/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/10 19:00:00 kefren Exp $ +lib/bmp/General/libbmp_scrobbler.la diff --git a/audio/bmp-scrobbler/distinfo b/audio/bmp-scrobbler/distinfo new file mode 100644 index 00000000000..e11451e6e1c --- /dev/null +++ b/audio/bmp-scrobbler/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/08/10 19:00:00 kefren Exp $ + +SHA1 (xmms-scrobbler-0.4.0.tar.bz2) = 938add7faea22fb89d05e85bbbc3bef1a311a323 +RMD160 (xmms-scrobbler-0.4.0.tar.bz2) = e1a29b1ef491c792f2972fffb96d8e37d1966b79 +Size (xmms-scrobbler-0.4.0.tar.bz2) = 270712 bytes |