summaryrefslogtreecommitdiffstats
path: root/extra/lensfun
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lensfun')
-rw-r--r--extra/lensfun/.footprint6
-rw-r--r--extra/lensfun/Pkgfile6
2 files changed, 4 insertions, 8 deletions
diff --git a/extra/lensfun/.footprint b/extra/lensfun/.footprint
index 6a925244e..659950e2a 100644
--- a/extra/lensfun/.footprint
+++ b/extra/lensfun/.footprint
@@ -8,12 +8,6 @@ lrwxrwxrwx root/root usr/lib/liblensfun.so.0 -> liblensfun.so.0.2.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/lensfun.pc
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/lensfun-0.2.3/
--rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/README
--rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/cc-by-sa-3.0.txt
--rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/gpl-3.0.txt
--rw-r--r-- root/root usr/share/doc/lensfun-0.2.3/lgpl-3.0.txt
drwxr-xr-x root/root usr/share/lensfun/
-rw-r--r-- root/root usr/share/lensfun/6x6.xml
-rw-r--r-- root/root usr/share/lensfun/compact-canon.xml
diff --git a/extra/lensfun/Pkgfile b/extra/lensfun/Pkgfile
index 502c32f13..dd827b826 100644
--- a/extra/lensfun/Pkgfile
+++ b/extra/lensfun/Pkgfile
@@ -1,7 +1,8 @@
# Description: librairies lensfun
# URL: http://lensfun.berlios.de
-# Packager: Floreal Cabanettes, floreal.c at orange dot fr
-# Depends on: libpng
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: libpng, python, glib
name=lensfun
version=0.2.3
@@ -13,5 +14,6 @@ build() {
./configure --prefix=/usr
make -j2
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
}