From 1ffabe284d9f5a4ac055941d9817af71be1e5b54 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 15 Feb 2012 20:35:57 +0000 Subject: Wed Feb 15 20:35:56 UTC 2012 --- testing/autopano-sift-c/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 testing/autopano-sift-c/PKGBUILD (limited to 'testing/autopano-sift-c/PKGBUILD') diff --git a/testing/autopano-sift-c/PKGBUILD b/testing/autopano-sift-c/PKGBUILD deleted file mode 100644 index 3b5d70f33..000000000 --- a/testing/autopano-sift-c/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 148059 2012-01-30 18:44:37Z ibiru $ -# Maintainer: Tobias Kieslich -# Contributor: Giovanni Scafora -# Contributor: Lukas Jirkovsky - -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 -} -- cgit v1.2.3-54-g00ecf