23 lines
708 B
Bash
23 lines
708 B
Bash
# 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
|
|
}
|
|
}
|