[arch-commits] Commit in autopano-sift-c/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Mon Jan 30 18:44:35 UTC 2012
Date: Monday, January 30, 2012 @ 13:44:34
Author: ibiru
Revision: 148058
db-move: moved autopano-sift-c from [staging] to [testing] (i686)
Added:
autopano-sift-c/repos/testing-i686/
autopano-sift-c/repos/testing-i686/PKGBUILD
(from rev 148047, autopano-sift-c/repos/staging-i686/PKGBUILD)
Deleted:
autopano-sift-c/repos/staging-i686/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: autopano-sift-c/repos/testing-i686/PKGBUILD (from rev 148047, autopano-sift-c/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-01-30 18:44:34 UTC (rev 148058)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+
+pkgname=autopano-sift-c
+pkgver=2.5.1
+pkgrel=3
+pkgdesc="Identify key feature points within arbitrary images"
+arch=('i686' 'x86_64')
+url="http://hugin.sourceforge.net/"
+license=('GPL2')
+depends=('libxml2' 'libpano13' 'gcc-libs')
+makedepends=('cmake')
+provides=('autopano-sift')
+conflicts=('autopano-sift')
+replaces=('autopano-sift')
+source=(http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-${pkgver}.tar.gz)
+md5sums=('b9bade07e8c4f2ea383c22a082c260e0')
+
+build() {
+ cd "${srcdir}/autopano-sift-C-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ sed -i 's/-lz/-lz -lm/' CMakeFiles/{autopano,generatekeys}.dir/link.txt
+ make
+}
+
+package() {
+ cd "${srcdir}/autopano-sift-C-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list