summaryrefslogtreecommitdiffstats
path: root/extra/lensfun
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:29:29 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:29:29 +0200
commit63f623d5fce276403581820cab084c38c7fc477a (patch)
treedd8e2e41ccd1a342113334944308498bf4f29b73 /extra/lensfun
parentde13e278cdf42314ec46f8594585ce01ad250305 (diff)
downloadnutyx-extra-63f623d5fce276403581820cab084c38c7fc477a.tar.gz
nutyx-extra-63f623d5fce276403581820cab084c38c7fc477a.tar.bz2
nutyx-extra-63f623d5fce276403581820cab084c38c7fc477a.tar.xz
nutyx-extra-63f623d5fce276403581820cab084c38c7fc477a.zip
Ajout de lensfun#0.2.3-1
Diffstat (limited to 'extra/lensfun')
-rw-r--r--extra/lensfun/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/lensfun/Pkgfile b/extra/lensfun/Pkgfile
new file mode 100644
index 000000000..502c32f13
--- /dev/null
+++ b/extra/lensfun/Pkgfile
@@ -0,0 +1,17 @@
+# Description: librairies lensfun
+# URL: http://lensfun.berlios.de
+# Packager: Floreal Cabanettes, floreal.c at orange dot fr
+# Depends on: libpng
+
+name=lensfun
+version=0.2.3
+release=1
+source=(http://dist.momonga-linux.org/pub/momonga/development/SOURCES/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make -j2
+ make DESTDIR=$PKG install
+}
+