milis/talimatname/genel/lensfun/talimat

19 lines
448 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Fotoğrafik merceklerin veri tabanı ve veritabanına gelişmiş erişim sağlayan bir kütüphane
# 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
}