# Description: library for creating MusicBrainz enabled tagging apps # URL: http://www.musicbrainz.org # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: libofa name=libtunepimp version=0.5.3 release=1 source=(http://ftp.musicbrainz.org/pub/musicbrainz/$name-$version.tar.gz) build() { cd $name-$version sed -i -e 's,-ltermcap,-lncurses,' configure sed -i -e 's:-lthr:-lpthread:g' lib/threads/posix/Makefile.in ./configure --prefix=/usr make make DESTDIR=$PKG install cd python python setup.py build python setup.py install --prefix $PKG/usr find $PKG -name "*.la" -exec rm {} \; }