#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=liblastfm pkgver=0.3.3 zenver=72 pkgrel=1 arch=i486 source=("$pkgname-$pkgver.tar.gz" "patch-no-ftools.patch" "patch-src_fingerprint_fingerprint.pro") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=http://github.com/mxcl/liblastfm/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pangomm - C++ Wrapper for pango" "Pangomm is a C++ wrapper for the pango library. Originally part of" "gtkmm, pangomm provides convenient C++ interfaces for handling both" "the layout and internationalization of text in graphical applications." ) build() { cd $startdir/src/mxcl-${pkgname}-f0b3239 patch -Np0 -i $startdir/src/patch-no-ftools.patch patch -Np0 -i $startdir/src/patch-src_fingerprint_fingerprint.pro ruby configure --release --prefix /usr make || return 1 make install DESTDIR=$startdir/pkg }