# Description: PyGTK audio player. # URL: http://www.exaile.org/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: pygtk gst-python gst-plugins-good gst-plugins-ugly gst-plugins-bad cddb-py dbus-python mutagen sqlite3 gnome-python-extras name=exaile version=0.2.14 release=2 source=(http://www.exaile.org/files/${name}_$version.tar.gz covers.patch) up2date_url='http://www.exaile.org/files' build() { cd $name-$version #https://bugs.launchpad.net/exaile/+bug/173661 #http://launchpadlibrarian.net/10704439/covers.patch patch -p 0 -i $SRC/covers.patch sed -i \ -e '/^ mkdir -p $(DESTDIR)$(PREFIX)/s|/share/man/man1|/man/man1|' \ -e '/^ install -m 644 exaile.1 $(DESTDIR)$(PREFIX)/s|/share/man/man1|/man/man1|' \ -e '/^ mkdir -p $(DESTDIR)$(PREFIX)\/share\/locale/d' Makefile make -j compile mmkeys.so make DESTDIR=$PKG PREFIX=/usr install }