#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=shared-color-profiles pkgver=0.1.5 pkgrel=1 zenver=72 arch=i486 source=("http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.gz") 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-profiles" options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "shared-color-profiles - Color profiles for color calibration" "Shared color profiles are used in color management aware applications" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }