summaryrefslogtreecommitdiffstats
path: root/extra/autopano-sift-c/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 10:57:46 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 10:57:46 +0100
commiteb87e0218cc9a9b7073710591a087b5a1e918eaf (patch)
treeb5c1cbb6c2f619d380ad2928d958414d8ec8ea4d /extra/autopano-sift-c/Pkgfile
parent3c3ab7ecce3e7549a9063d6b1e14ce87ad5da488 (diff)
downloadnutyx-extra-eb87e0218cc9a9b7073710591a087b5a1e918eaf.tar.gz
nutyx-extra-eb87e0218cc9a9b7073710591a087b5a1e918eaf.tar.bz2
nutyx-extra-eb87e0218cc9a9b7073710591a087b5a1e918eaf.tar.xz
nutyx-extra-eb87e0218cc9a9b7073710591a087b5a1e918eaf.zip
autopano-sift-c dans ouvert
Diffstat (limited to 'extra/autopano-sift-c/Pkgfile')
-rwxr-xr-xextra/autopano-sift-c/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/autopano-sift-c/Pkgfile b/extra/autopano-sift-c/Pkgfile
deleted file mode 100755
index bc51a8c00..000000000
--- a/extra/autopano-sift-c/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Identify key feature points within arbitrary images
-# URL: http://hugin.sourceforge.net/
-# Maintainer: NuTyX packager team
-# Packager: lesibel at free dot fr
-# Depends on: cmake, libxml2, libpano13
-# Run on:
-
-name=autopano-sift-c
-version=2.5.1
-release=1
-source=( http://downloads.sourceforge.net/sourceforge/hugin/autopano-sift-C-$version.tar.gz)
-
-build() {
- cd autopano-sift-C-$version
- cmake -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR=$PKG install
-}
-
-