This commit is contained in:
milisman 2016-07-14 16:49:26 +00:00
parent 1a9c626ab8
commit adf9fd8850
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Description: Database of photographic lenses and a library that allows advanced access to the database
# URL: http://lensfun.berlios.de
# Packager: milisarge
# Depends on: cmake glib libpng doxygen
name=lensfun
version=0.3.1
release=1
source=(http://sourceforge.net/projects/$name/files/$version/$name-$version.tar.gz
)
build(){
cd $name-$version
cd build
cmake .. -DLENSFUN_INSTALL_PREFIX=/usr
make all
make DESTDIR=$PKG install
}