diff options
author | shattered <shattered@pkgsrc.org> | 2009-01-04 15:11:50 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-01-04 15:11:50 +0000 |
commit | cb0fcf62697c23c8f06435a0344c64c268b9eda3 (patch) | |
tree | 4c56f39c36b5e87cb31af74e34b262557e38415f /audio/amaroc | |
parent | 5cd10c8d1831729398d45d6c8baa55bd406db183 (diff) | |
download | pkgsrc-cb0fcf62697c23c8f06435a0344c64c268b9eda3.tar.gz |
Replace Python interpreter path in amaroc.py (makes this package usable
out of the box). Bump revision.
Diffstat (limited to 'audio/amaroc')
-rw-r--r-- | audio/amaroc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/amaroc/Makefile b/audio/amaroc/Makefile index 89ee58136f6..b2751e84e2c 100644 --- a/audio/amaroc/Makefile +++ b/audio/amaroc/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.3 2008/03/02 06:10:31 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/04 15:11:50 shattered Exp $ # DISTNAME= amaroc-0.3 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amaroc/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/amaroc/ -COMMENT= Command line interface to amarok +COMMENT= Command line interface to Amarok DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin share/doc/amaroc +PYTHON_PATCH_SCRIPTS= amaroc.py do-build: |