diff options
author | sibel <lesibel@free.fr> | 2010-12-29 11:13:38 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 11:13:38 +0000 |
commit | bd231f4c9f507ba5917dc50ce0cb3ae42d6e901d (patch) | |
tree | 157be2dfd24ba7cb4fb9fc1866f8484524d66bb1 /extra/sonata/Pkgfile | |
parent | 88638154827edcfdc04ce73495071d62e34297a0 (diff) | |
download | nutyx-extra-bd231f4c9f507ba5917dc50ce0cb3ae42d6e901d.tar.gz nutyx-extra-bd231f4c9f507ba5917dc50ce0cb3ae42d6e901d.tar.bz2 nutyx-extra-bd231f4c9f507ba5917dc50ce0cb3ae42d6e901d.tar.xz nutyx-extra-bd231f4c9f507ba5917dc50ce0cb3ae42d6e901d.zip |
sonata#1.6.2.1-1, maj python
Diffstat (limited to 'extra/sonata/Pkgfile')
-rw-r--r-- | extra/sonata/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/sonata/Pkgfile b/extra/sonata/Pkgfile index 38e846615..0a51094a3 100644 --- a/extra/sonata/Pkgfile +++ b/extra/sonata/Pkgfile @@ -2,13 +2,16 @@ # URL: http://mpd.wikia.com/wiki/Client:Mpc # Maintainer: NuTyX packager team # Packager: Skippythekangoo at yahoo dot fr -# Depends on: pygtk, gtk, python-mpd, python +# Depends on: + +#pygtk, gtk, python-mpd, python + name=sonata version=1.6.2.1 release=1 source=(http://download.berlios.de/sonata/$name-$version.tar.bz2) build() { cd $name-$version - python setup.py build install --root=$PKG + python2 setup.py build install --root=$PKG } |