From 92d8f9b857572e960e20eb3c077c60854bf9fab4 Mon Sep 17 00:00:00 2001 From: sibel Date: Fri, 13 Aug 2010 06:37:53 +0200 Subject: Ajout de autopano-sift-c#2.5.1-1 --- extra/autopano-sift-c/.footprint | 14 ++++++++++++++ extra/autopano-sift-c/.md5sum | 1 + extra/autopano-sift-c/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 extra/autopano-sift-c/.footprint create mode 100644 extra/autopano-sift-c/.md5sum create mode 100755 extra/autopano-sift-c/Pkgfile (limited to 'extra') diff --git a/extra/autopano-sift-c/.footprint b/extra/autopano-sift-c/.footprint new file mode 100644 index 000000000..ed66825be --- /dev/null +++ b/extra/autopano-sift-c/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/autopano +-rwxr-xr-x root/root usr/bin/autopano-c-complete.sh +-rwxr-xr-x root/root usr/bin/autopano-sift-c +-rwxr-xr-x root/root usr/bin/generatekeys +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/autopano-c-complete.1.gz +-rw-r--r-- root/root usr/share/man/man1/autopano.1.gz +-rw-r--r-- root/root usr/share/man/man1/generatekeys.1.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/autopano-sift-c.7.gz diff --git a/extra/autopano-sift-c/.md5sum b/extra/autopano-sift-c/.md5sum new file mode 100644 index 000000000..8e13099ac --- /dev/null +++ b/extra/autopano-sift-c/.md5sum @@ -0,0 +1 @@ +b9bade07e8c4f2ea383c22a082c260e0 autopano-sift-C-2.5.1.tar.gz 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 +} + -- cgit v1.2.3-70-g09d2