#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libcuefile pkgver=475 pkgrel=1 zenver=72 arch=i486 source=("http://files.musepack.net/source/libcuefile_r${pkgver}.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.musepack.net/index.php?pg=src options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libcuefile (A library to work with CUE files)" ) build() { cd $startdir/src/${pkgname}_r${pkgver} mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/include/cuetools install -Dm644 $startdir/src/${pkgname}_r${pkgver}/include/cuetools/{cd,cdtext,cuefile}.h \ $startdir/pkg/usr/include/cuetools }