diff options
author | grant <grant@pkgsrc.org> | 2004-04-30 10:49:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-30 10:49:25 +0000 |
commit | 35144a4d99e779295d64fcfb007a09fc0eb69e9c (patch) | |
tree | 8c7a39c86c7bb894198f37047b5d1736fe4321c8 | |
parent | 9b791b1c43969994f6adc38d1189f155cc13cca4 (diff) | |
download | pkgsrc-35144a4d99e779295d64fcfb007a09fc0eb69e9c.tar.gz |
Initial import of mpc 0.10.3 into the NetBSD packages collection.
mpc is a command line client for the Music Player Daemon, musicpd.
-rw-r--r-- | audio/mpc/DESCR | 1 | ||||
-rw-r--r-- | audio/mpc/Makefile | 15 | ||||
-rw-r--r-- | audio/mpc/PLIST | 8 | ||||
-rw-r--r-- | audio/mpc/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/audio/mpc/DESCR b/audio/mpc/DESCR new file mode 100644 index 00000000000..716b25ecadb --- /dev/null +++ b/audio/mpc/DESCR @@ -0,0 +1 @@ +mpc is a command line client for the Music Player Daemon, musicpd. diff --git a/audio/mpc/Makefile b/audio/mpc/Makefile new file mode 100644 index 00000000000..0a7f142e833 --- /dev/null +++ b/audio/mpc/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/30 10:49:25 grant Exp $ + +DISTNAME= mpc-0.10.3 +CATEGORIES= audio +MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://musicpd.org/ +COMMENT= Command-line client for musicpd + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mpc/PLIST b/audio/mpc/PLIST new file mode 100644 index 00000000000..582f88c650c --- /dev/null +++ b/audio/mpc/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/30 10:49:25 grant Exp $ +bin/mpc +man/man1/mpc.1 +share/doc/mpc/AUTHORS +share/doc/mpc/README +share/doc/mpc/mpc-bashrc +@dirrm share/mpc +@dirrm share/doc/mpc diff --git a/audio/mpc/distinfo b/audio/mpc/distinfo new file mode 100644 index 00000000000..9d0bb39135c --- /dev/null +++ b/audio/mpc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/30 10:49:25 grant Exp $ + +SHA1 (mpc-0.10.3.tar.gz) = 377ea125332c27b2ba18cb22889a6a8809b2efcd +Size (mpc-0.10.3.tar.gz) = 209661 bytes |