diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:52:36 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:52:36 +0100 |
commit | 80157e598f7f9bde6ad046f0bc982646c64efe44 (patch) | |
tree | c8cf5ec9ab471c3faf90514450f256ab2455419b /extra/sonata/Pkgfile | |
parent | cd6f47c89d15677cfe6eff55e6192ccb6c484426 (diff) | |
download | nutyx-extra-80157e598f7f9bde6ad046f0bc982646c64efe44.tar.gz nutyx-extra-80157e598f7f9bde6ad046f0bc982646c64efe44.tar.bz2 nutyx-extra-80157e598f7f9bde6ad046f0bc982646c64efe44.tar.xz nutyx-extra-80157e598f7f9bde6ad046f0bc982646c64efe44.zip |
Ajout de sonata#1.6.2.1-1
Diffstat (limited to 'extra/sonata/Pkgfile')
-rw-r--r-- | extra/sonata/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/sonata/Pkgfile b/extra/sonata/Pkgfile new file mode 100644 index 000000000..c6c2fe5e5 --- /dev/null +++ b/extra/sonata/Pkgfile @@ -0,0 +1,13 @@ +# Description: Client graphique python et GTK pour Mpd +# 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 +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 +} |