New package: liblqr-0.4.2
This commit is contained in:
parent
5d673c8afe
commit
1431ff31fe
3 changed files with 25 additions and 0 deletions
|
@ -3408,3 +3408,4 @@ libSPIRV.so glslang-6.2.2596_1
|
|||
libmaxminddb.so.0 libmaxminddb-1.3.2_1
|
||||
libmysqlpp.so mysql++-3.2.4_1
|
||||
libKF5Syndication.so.5 syndication-18.08.0_1
|
||||
liblqr-1.so.0 liblqr-0.4.2_1
|
||||
|
|
1
srcpkgs/liblqr-devel
Symbolic link
1
srcpkgs/liblqr-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
liblqr
|
23
srcpkgs/liblqr/template
Normal file
23
srcpkgs/liblqr/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'liblqr'
|
||||
pkgname=liblqr
|
||||
version=0.4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="glib-devel gettext-devel"
|
||||
short_desc="C/C++ API for resizing of images by the seam-carving technique"
|
||||
maintainer="CoolOhm <micvlas@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://liblqr.wikidot.com/"
|
||||
distfiles="https://github.com/carlobaldassi/liblqr/archive/v${version}.tar.gz"
|
||||
checksum=1019a2d91f3935f1f817eb204a51ec977a060d39704c6dafa183b110fd6280b0
|
||||
|
||||
liblqr-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="liblqr>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue