blob: dd827b826161aee1071635510f0a6aee4e2429f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Description: librairies lensfun
# URL: http://lensfun.berlios.de
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libpng, python, glib
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
rm -r $PKG/usr/share/doc
}
|