diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-24 17:39:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-24 17:39:13 +0000 |
commit | 3a313873b4ba02d142971868ff0c630ed4e2b9f8 (patch) | |
tree | 29fe24071fee2383faf52a1af8c90aaab8fb6b1b /audio/amaroc | |
parent | a8c27eb27f2e0ad6d76912e62900ddb7af3b8c73 (diff) | |
download | pkgsrc-3a313873b4ba02d142971868ff0c630ed4e2b9f8.tar.gz |
Initial import of amaroc, an ncurses "frontend" to amarok.
Diffstat (limited to 'audio/amaroc')
-rw-r--r-- | audio/amaroc/DESCR | 4 | ||||
-rw-r--r-- | audio/amaroc/Makefile | 23 | ||||
-rw-r--r-- | audio/amaroc/PLIST | 4 | ||||
-rw-r--r-- | audio/amaroc/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/audio/amaroc/DESCR b/audio/amaroc/DESCR new file mode 100644 index 00000000000..6983a847fc4 --- /dev/null +++ b/audio/amaroc/DESCR @@ -0,0 +1,4 @@ +Amaroc - an ncurses "frontend" for Amarok + +You need shell access to a machine on which Amarok +is running. SSH is just fine. diff --git a/audio/amaroc/Makefile b/audio/amaroc/Makefile new file mode 100644 index 00000000000..9bef01273bb --- /dev/null +++ b/audio/amaroc/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/24 17:39:13 wiz Exp $ +# + +DISTNAME= amaroc-0.3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amaroc/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://sourceforge.net/projects/amaroc/ +COMMENT= Command line interface to amarok + +DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses + +do-build: + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/amaroc.py ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/amaroc + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amaroc + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/amaroc/PLIST b/audio/amaroc/PLIST new file mode 100644 index 00000000000..301bf271fa2 --- /dev/null +++ b/audio/amaroc/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/24 17:39:13 wiz Exp $ +bin/amaroc.py +share/doc/amaroc/README +@dirrm share/doc/amaroc diff --git a/audio/amaroc/distinfo b/audio/amaroc/distinfo new file mode 100644 index 00000000000..fcec5f0ec05 --- /dev/null +++ b/audio/amaroc/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/08/24 17:39:13 wiz Exp $ + +SHA1 (amaroc-0.3.tar.bz2) = 54e9504871cc4db4596a5c867e64e5c41154656a +RMD160 (amaroc-0.3.tar.bz2) = 6b8b49296d1c20b78c70caf765672fb36ccf6a4c +Size (amaroc-0.3.tar.bz2) = 9295 bytes |