summaryrefslogtreecommitdiff
path: root/extra/libpano13/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-05 22:48:57 +0000
committerroot <root@rshg047.dnsready.net>2011-06-05 22:48:57 +0000
commit3695b5d62c2aef6e82abc95d775a2ebd89bce081 (patch)
treedb3a874c568e5f5ad3dfe651ceda1df63d5f354f /extra/libpano13/PKGBUILD
parent80ba845c7cb571644d9dea61b9872c393d128c37 (diff)
Sun Jun 5 22:48:57 UTC 2011
Diffstat (limited to 'extra/libpano13/PKGBUILD')
-rw-r--r--extra/libpano13/PKGBUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/extra/libpano13/PKGBUILD b/extra/libpano13/PKGBUILD
index 6471753aa..472c52610 100644
--- a/extra/libpano13/PKGBUILD
+++ b/extra/libpano13/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 96763 2010-10-24 16:48:37Z ibiru $
+# $Id: PKGBUILD 126350 2011-06-05 00:52:37Z eric $
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=libpano13
-pkgver=2.9.17
+pkgver=2.9.18
pkgrel=1
-pkgdesc="basic library to calculate panoramical pictures - core functions of the panotools"
-url="http://panotools.sourceforge.net/"
+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=('54ec7c505cf38521f2fbb6e2acd2c433')
+source=(http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9c3a4fce8b6f1d79e395896ce5d8776e')
build() {
- cd $srcdir/$pkgname-$pkgver
-# sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME}
make
- make DESTDIR=$pkgdir install
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}