makedepends=(cmake glib libpng doxygen python-build python-wheel python-setuptools) description="database of photographic lenses and a library that allows advanced access to the database" url="http://lensfun.berlios.de" packager="Great-OS Team" maintainer="Great-OS Team" name=lensfun version=0.3.4 release=2 source=(https://github.com/lensfun/lensfun/archive/v$version/$name-$version.tar.gz) build(){ mkdir build && cd build cmake ../$name-$version \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make all make DESTDIR=$PKG install }