2011-07-31 16:37:45 +08:00
|
|
|
#
|
|
|
|
# Platform Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
2012-11-01 11:15:39 +08:00
|
|
|
# maintainer abveritas[at]chakra-project[dot]org>
|
2011-07-09 06:12:39 +08:00
|
|
|
|
|
|
|
pkgname=libpano13
|
|
|
|
pkgver=2.9.18
|
2012-11-01 11:15:39 +08:00
|
|
|
pkgrel=2
|
2011-07-09 06:12:39 +08:00
|
|
|
pkgdesc="Basic library to calculate panoramical pictures - core functions of the panotools"
|
2012-11-01 11:15:39 +08:00
|
|
|
arch=('x86_64')
|
2011-07-09 06:12:39 +08:00
|
|
|
url="http://panotools.sourceforge.net/"
|
|
|
|
license=('GPL2')
|
|
|
|
depends=('libpng' 'libtiff')
|
2012-11-01 11:15:39 +08:00
|
|
|
makedepends=('openjdk')
|
2011-07-09 06:12:39 +08:00
|
|
|
options=('!libtool')
|
2012-11-01 11:15:39 +08:00
|
|
|
source=("http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz")
|
2011-07-09 06:12:39 +08:00
|
|
|
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
|
|
|
|
}
|