summaryrefslogtreecommitdiffstats
path: root/libraw/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-06-05 01:11:08 +0200
committerpiernov <piernov@piernov.org>2012-06-17 18:17:47 +0200
commit50a5e54824c298a91f1d145e99f553a32bfa940d (patch)
tree583154916ee2a3c6f01b8e16d1b6e083fcd0c327 /libraw/Pkgfile
parent8c58c8394ba2432bee3b743850c5f96cd74cecac (diff)
downloadnutyx-extra-50a5e54824c298a91f1d145e99f553a32bfa940d.tar.gz
nutyx-extra-50a5e54824c298a91f1d145e99f553a32bfa940d.tar.bz2
nutyx-extra-50a5e54824c298a91f1d145e99f553a32bfa940d.tar.xz
nutyx-extra-50a5e54824c298a91f1d145e99f553a32bfa940d.zip
libraw, nouveau port
(cherry picked from commit 5234c816a8ad8a4f9c9ed315f9a567798bce91c6)
Diffstat (limited to 'libraw/Pkgfile')
-rw-r--r--libraw/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/libraw/Pkgfile b/libraw/Pkgfile
new file mode 100644
index 000000000..5506e8310
--- /dev/null
+++ b/libraw/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Bibliothèque pour la lecture du format raw
+# URL: http://www.libraw.org/
+# Packager: emmanuel at grognet dot fr
+# Maintainer: git://github.com/LibRaw/LibRaw.git
+# Depends on: lcms
+# Run on: lcms
+
+name=libraw
+version=0.14.6
+release=1
+source=(http://www.libraw.org/data/LibRaw-$version.tar.gz)
+build ()
+{
+cd LibRaw-$version
+
+./configure --prefix=/usr
+
+make
+
+make DESTDIR=$PKG install
+
+}