# Description: PyGTK audio player # URL: http://www.exaile.org # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: python pygtk gst-python name=exaile version=0.2.14 release=1 source=(http://www.exaile.org/files/${name}_${version}.tar.gz) build() { cd exaile* make make DESTDIR=$PKG PREFIX=/usr install rm -rf $PKG/usr/share/locale }