#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=LibRaw pkgver=0.16.0 pkgrel=1rl #arch=noarch source=("http://www.libraw.org/data/LibRaw-0.16.0.tar.gz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://www.libraw.org/" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "LibRaw (library for decoding raw digital photos)" "LibRaw is a library for reading RAW files obtained from digital" "cameras (CRW/CR2, NEF, RAF, DNG, and others). It is based on the" "source code of the dcraw utility." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ --disable-examples \ --build=$ARCH-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }