diff options
Diffstat (limited to 'extra/sonata/Pkgfile')
-rw-r--r-- | extra/sonata/Pkgfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/sonata/Pkgfile b/extra/sonata/Pkgfile deleted file mode 100644 index 5e9b6b7a9..000000000 --- a/extra/sonata/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -# Run on: pygtk,gtk,python-mpd - -name=sonata -version=1.6.2.1 -release=1 -source=(http://download.berlios.de/sonata/$name-$version.tar.bz2) -build() { -cd $name-$version - python2 setup.py build install --root=$PKG -} - |