lensfun
This commit is contained in:
parent
1a9c626ab8
commit
adf9fd8850
1 changed files with 17 additions and 0 deletions
17
talimatname/genel/lensfun/talimat
Normal file
17
talimatname/genel/lensfun/talimat
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue