summaryrefslogtreecommitdiff
path: root/audio/amaroc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-24 17:39:13 +0000
committerwiz <wiz@pkgsrc.org>2006-08-24 17:39:13 +0000
commit4cf93875bd6230128dabe0badb977aab2df7eef7 (patch)
tree29fe24071fee2383faf52a1af8c90aaab8fb6b1b /audio/amaroc
parentee012da7b9efc2c21776723ad99d06f8a0211941 (diff)
downloadpkgsrc-4cf93875bd6230128dabe0badb977aab2df7eef7.tar.gz
Initial import of amaroc, an ncurses "frontend" to amarok.
Diffstat (limited to 'audio/amaroc')
-rw-r--r--audio/amaroc/DESCR4
-rw-r--r--audio/amaroc/Makefile23
-rw-r--r--audio/amaroc/PLIST4
-rw-r--r--audio/amaroc/distinfo5
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