New Package: lensfun -library to correct the lens distortions

Hope this is the right commit and int will not mess up the things
This commit is contained in:
onekk 2014-05-02 11:33:45 +02:00
parent 27ee19c1d7
commit cae34801a9
2 changed files with 24 additions and 0 deletions

1
srcpkgs/lensfun-devel Symbolic link
View file

@ -0,0 +1 @@
lensfun

23
srcpkgs/lensfun/template Normal file
View file

@ -0,0 +1,23 @@
# 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
}
}