void-packages/srcpkgs/lensfun/template
onekk cae34801a9 New Package: lensfun -library to correct the lens distortions
Hope this is the right commit and int will not mess up the things
2014-05-02 11:33:45 +02:00

23 lines
No EOL
701 B
Text

# Template file for 'lensfun'
pkgname=lensfun
version=0.2.8
revision=1
build_style=cmake
maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
homepage="http://lensfun.sourceforge.net/"
license="GPL"
short_desc="Lensfun - Library to correct optical lens defects and lens database"
hostmakedepends="cmake pkg-config"
makedepends="glib-devel"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
checksum="f88f97fbc78259a2b2edddef295caf50770901107c8469e54bb5e9699faa1a48"
lensfun-devel_package() {
depends="lensfun>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
}
}