summaryrefslogtreecommitdiffstats
path: root/extra/autopano-sift-c/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-08-13 06:37:53 +0200
committersibel <lesibel at free dot fr>2010-08-13 06:37:53 +0200
commit92d8f9b857572e960e20eb3c077c60854bf9fab4 (patch)
tree9f81876dfa173b78d6debc0559a70d42f196c039 /extra/autopano-sift-c/Pkgfile
parente3e76965fd0fefa5293b11ed297ac7d8a184ebf8 (diff)
downloadnutyx-pakxe-92d8f9b857572e960e20eb3c077c60854bf9fab4.tar.gz
nutyx-pakxe-92d8f9b857572e960e20eb3c077c60854bf9fab4.tar.bz2
nutyx-pakxe-92d8f9b857572e960e20eb3c077c60854bf9fab4.tar.xz
nutyx-pakxe-92d8f9b857572e960e20eb3c077c60854bf9fab4.zip
Ajout de autopano-sift-c#2.5.1-1
Diffstat (limited to 'extra/autopano-sift-c/Pkgfile')
-rwxr-xr-xextra/autopano-sift-c/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/autopano-sift-c/Pkgfile b/extra/autopano-sift-c/Pkgfile
new file mode 100755
index 000000000..312eeb77e
--- /dev/null
+++ b/extra/autopano-sift-c/Pkgfile
@@ -0,0 +1,18 @@
+# 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: libxml2, libpano13
+
+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 -j3
+ make DESTDIR=$PKG install
+}
+