#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=shared-color-targets pkgver=0.1.0 pkgrel=1 zenver=72 arch=i486 source=("http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://github.com/hughsie/shared-color-targets" options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "shared-color-targets - Color targets for color calibration" "shared-color-targets contains target files for popular scanner" "calibration targets." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }