[arch-commits] Commit in libpano13/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Nov 1 03:16:31 UTC 2009


    Date: Saturday, October 31, 2009 @ 23:16:30
  Author: allan
Revision: 57604

upgpkg: libpano13 2.9.14-3
    FHS man packages

Modified:
  libpano13/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-01 03:02:06 UTC (rev 57603)
+++ PKGBUILD	2009-11-01 03:16:30 UTC (rev 57604)
@@ -4,10 +4,10 @@
 
 pkgname=libpano13
 pkgver=2.9.14
-pkgrel=2
+pkgrel=3
 pkgdesc="basic library to calculate panoramical pictures - core functions of the panotools"
 url="http://panotools.sourceforge.net/"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('libpng' 'libtiff>=3.8.2-5')
 makedepends=('openjdk6')
@@ -16,9 +16,9 @@
 md5sums=('fb011aead63974e630739ed55d75a4b0')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h || return 1
-  ./configure --prefix=/usr --with-java=${JAVA_HOME}
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-java=${JAVA_HOME}
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list