#Maintainer: toothandnail #Former Maintainer(s): gmg pkgname=libopenraw pkgver=0.0.8 pkgrel=1 zenver=64 arch=i486 source=("http://libopenraw.freedesktop.org/download/libopenraw-0.0.8.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") url="http://libopenraw.freedesktop.org/wiki/" #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libopenraw (decode digital camera RAW files)" "libopenraw is an ongoing project to provide a free software" "implementation for decoding digital camera RAW files. One of the main" "reasons is that dcraw is not suite to easy integration into" "applications and there is a need for an easy to use API to build free" "software for digital image processing applications." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }