diff options
Diffstat (limited to 'base/lensfun/Pkgfile')
-rw-r--r-- | base/lensfun/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/base/lensfun/Pkgfile b/base/lensfun/Pkgfile new file mode 100644 index 000000000..d56286bc2 --- /dev/null +++ b/base/lensfun/Pkgfile @@ -0,0 +1,22 @@ +# 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 +} + + |