milis/talimatname/genel/l/lensfun/talimat

19 lines
431 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.

# Tanım: Fotoğrafik merceklerin veri tabanı ve veritabanına gelişmiş erişim sağlayan bir kütüphane
# URL: http://lensfun.berlios.de
# Paketçi: milisarge
# Gerekler: cmake glib libpng doxygen
isim=lensfun
surum=0.3.1
devir=1
kaynak=(http://sourceforge.net/projects/$isim/files/$surum/$isim-$surum.tar.gz
)
derle(){
cd $isim-$surum
cd build
cmake .. -DLENSFUN_INSTALL_PREFIX=/usr
make all
make DESTDIR=$PKG install
}