#Maintainer: Christopher Rey P. Baluyut pkgname=liblqr pkgver=0.4.1 pkgrel=1 zenver=62 arch=i486 source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/$pkgname/source docs=("AUTHORS" "BUGS" "COPYING*" "ChangeLog" "INSTALL" "NEWS" "README" "TODO") url="http://liblqr.wikidot.com" extradepends=("glib2") options=('norequiredbuilder') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "liblqr (Liquid Rescale Library)" "Liquid Rescale is a seam-carving C/C++ library based on the algorithm" "described in this paper (http://www.faculty.idc.ac.il/arik/imret.pdf)" "by Shai Avidan and Ariel Shamir." "It aims at resizing pictures non uniformly while preserving their" "features, i.e. avoiding distortion of the important parts." ) build() { cd $startdir/src/$pkgname-1-$pkgver ./configure \ --prefix=/usr \ --mandir=/usr/man/ \ --enable-install-man \ --disable-static \ --build=i486-slackware-linux || exit 1 make || exit 1 make install DESTDIR=$startdir/pkg || exit 1 }