From c34f78dd37c2a2015d43de5d89748a2f8147ba1b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2012 23:14:57 +0000 Subject: Tue Jan 31 23:14:56 UTC 2012 --- testing/libpano13/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/libpano13/PKGBUILD (limited to 'testing/libpano13') diff --git a/testing/libpano13/PKGBUILD b/testing/libpano13/PKGBUILD new file mode 100644 index 000000000..bfb14a2be --- /dev/null +++ b/testing/libpano13/PKGBUILD @@ -0,0 +1,27 @@ +# $Id: PKGBUILD 148209 2012-01-30 18:48:19Z ibiru $ +# Maintainer: tobias +# Contributor: Tobias Kieslich + +pkgname=libpano13 +pkgver=2.9.18 +pkgrel=2 +pkgdesc="Basic library to calculate panoramical pictures - core functions of the panotools" +arch=('i686' 'x86_64') +url="http://panotools.sourceforge.net/" +license=('GPL2') +depends=('libpng' 'libtiff') +makedepends=('openjdk6') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz) +md5sums=('9c3a4fce8b6f1d79e395896ce5d8776e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME} + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf