diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-03 10:21:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-03 10:21:07 +0000 |
commit | 81fac7b07a01ab67b62a140b2fab09b7ee2b7216 (patch) | |
tree | 005da7d632d7d1eb77f9c3cf0c3dac151ddb4910 /audio/exaile/Makefile | |
parent | cc5f2672eccfadf7d2f0132f76ae1cff7122f1d5 (diff) | |
download | pkgsrc-81fac7b07a01ab67b62a140b2fab09b7ee2b7216.tar.gz |
update to 0.2.12
changes:
-Plugin Manager improvements ? you can now install plugins from within the
plugin manager
-Scriptable Radio Panel ? People will be able to write plugins for your
favorite streaming service. (currently shoutcast is available)
-Lots of new translations
-New music sharing plugin ? you can share your music with people using
iTunes or other people using Exaile
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r-- | audio/exaile/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 7a4ad56027b..9ea70a3761b 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/06/19 18:28:39 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/03 10:21:08 drochner Exp $ # -DISTNAME= exaile_0.2.9 -PKGNAME= exaile-0.2.9 -PKGREVISION= 1 +DISTNAME= exaile_0.2.10 +PKGNAME= exaile-0.2.10 CATEGORIES= audio MASTER_SITES= http://www.exaile.org/files/ @@ -12,10 +11,17 @@ HOMEPAGE= http://www.exaile.org/ COMMENT= Music player USE_PKGLOCALEDIR= yes -USE_TOOLS+= pkg-config gmake +USE_TOOLS+= pkg-config gmake intltool USE_DIRS+= xdg-1.1 PYTHON_PATCH_SCRIPTS= exaile.py +MAKE_ENV+= PYTHONBIN=${PYTHONBIN} + +EX= ${PREFIX}/bin/exaile +post-install: + ${ECHO} "#!/bin/sh" > ${EX} + ${ECHO} exec "${PYTHONBIN} ${PREFIX}/share/exaile/exaile.py" >> ${EX} + chmod 755 ${EX} .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" |