# Description: Seam-carving C/C++ library called Liquid Rescale # URL: http://liblqr.wikidot.com/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=liblqr version=1-0.1.0-4 release=1 source=(http://liblqr.wikidot.com/local--files/en:download-page/$name-$version.tar.gz) build() { cd $name-1-0.1.0 ./configure --prefix=/usr make make DESTDIR=$PKG install }