cribble is a music player daemon client which submits information
about tracks being played to audioscrobbler.
This commit is contained in:
parent
5ccf203c57
commit
a7b148f4bb
4 changed files with 28 additions and 0 deletions
2
mpdscribble/DESCR
Normal file
2
mpdscribble/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
mpscribble is a music player daemon client which submits information
|
||||
about tracks being played to audioscrobbler.
|
18
mpdscribble/Makefile
Normal file
18
mpdscribble/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/03/04 20:25:14 guigui2 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mpdscribble-0.2.12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.frob.nl/projects/scribble/
|
||||
|
||||
MAINTAINER= netbsd@guigui2.net
|
||||
HOMEPAGE= http://www.frob.nl/projects/scribble/
|
||||
COMMENT= Mpdscribble is a music player daemon client
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../net/libsoup-devel/buildlink3.mk"
|
||||
.include "../../audio/libmpd/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
mpdscribble/PLIST
Normal file
3
mpdscribble/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/04 20:25:14 guigui2 Exp $
|
||||
bin/mpdscribble
|
||||
man/man1/mpdscribble.1
|
5
mpdscribble/distinfo
Normal file
5
mpdscribble/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/03/04 20:25:14 guigui2 Exp $
|
||||
|
||||
SHA1 (mpdscribble-0.2.12.tar.gz) = e04f3833308bca50d028e6a6274609d7f0f295b2
|
||||
RMD160 (mpdscribble-0.2.12.tar.gz) = 33a39e990f5f167cb58985d9836d21e7a91e0394
|
||||
Size (mpdscribble-0.2.12.tar.gz) = 140039 bytes
|
Loading…
Reference in a new issue