New package: libkexiv25-17.04.3
This commit is contained in:
parent
6934a3683c
commit
89a0c77b1a
|
@ -3027,3 +3027,4 @@ libr_magic.so radare2-2.2.0_1
|
|||
libr_reg.so radare2-2.2.0_1
|
||||
libykpiv.so.1 libykpiv-1.5.0_1
|
||||
libykcs11.so.1 libykcs11-1.5.0_1
|
||||
libKF5KExiv2.so.15.0.0 libkexiv25-17.04.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libkexiv25
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'libkexiv25'
|
||||
pkgname=libkexiv25
|
||||
version=17.04.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
wrksrc="${pkgname%5}-${version}"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="qt5-devel exiv2-devel"
|
||||
short_desc="A library to manipulate pictures metadata"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2"
|
||||
distfiles="http://download.kde.org/stable/applications/${version}/src/${pkgname%5}-${version}.tar.xz"
|
||||
checksum=b8a061fb69097643209a229da84675729353284e1dc6200d9ac91d97f29faa0c
|
||||
|
||||
libkexiv25-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue