# Maintainer: Johannes Winkelmann # Description: library to create panorama images # URL: http://panotools.sourceforge.net/ name=libpano13 version=2.9.12 release=1 source=(http://dl.sourceforge.net/sourceforge/panotools/${name}-${version}.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/info }