milis/talimatname/genel/lensfun/talimat

18 lines
438 B
Plaintext

# 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
}