summaryrefslogtreecommitdiffstats
path: root/base/lensfun/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 12:05:38 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 12:05:38 +0100
commit56a7bc5d14cf91815a6ebfdc1aee26ddc114df6f (patch)
treeb95fe6b3337b680805b0467e951104f17c791e76 /base/lensfun/Pkgfile
parent9b9f042b0c391504797984fad46b61b61547bdf8 (diff)
downloadnutyx-pakxe-56a7bc5d14cf91815a6ebfdc1aee26ddc114df6f.tar.gz
nutyx-pakxe-56a7bc5d14cf91815a6ebfdc1aee26ddc114df6f.tar.bz2
nutyx-pakxe-56a7bc5d14cf91815a6ebfdc1aee26ddc114df6f.tar.xz
nutyx-pakxe-56a7bc5d14cf91815a6ebfdc1aee26ddc114df6f.zip
lensfun dans ouvert
Diffstat (limited to 'base/lensfun/Pkgfile')
-rw-r--r--base/lensfun/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/base/lensfun/Pkgfile b/base/lensfun/Pkgfile
deleted file mode 100644
index d56286bc2..000000000
--- a/base/lensfun/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: librairies lensfun
-# URL: http://lensfun.berlios.de
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=lensfun
-version=0.2.5
-release=1
-source=(http://dist.momonga-linux.org/pub/momonga/development/SOURCES/$name-$version.tar.bz2)
-
-build(){
- cd $name-$version
- sed -i "s/python/python2/" configure
- ./configure --prefix=/usr --libdir=/usr/lib
- make all
- make DESTDIR=$PKG install
- if [ -d $PKG/usr/share/doc ]; then
- rm -r $PKG/usr/share/doc
- fi
-}
-
-