New package: libraqm-0.2.0
This commit is contained in:
parent
6403eb639b
commit
1269c9c3b0
|
@ -2803,3 +2803,4 @@ libproj.so.12 proj-4.9.3_1
|
|||
libnlopt.so.0 nlopt-2.4.2_1
|
||||
libeb.so.16 libeb-4.3.3_1
|
||||
libchipcard.so.6 libchipcard-5.0.4_1
|
||||
libraqm.so.0 libraqm-0.2.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libraqm
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'libraqm'
|
||||
pkgname=libraqm
|
||||
version=0.2.0
|
||||
revision=1
|
||||
wrksrc="raqm-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="harfbuzz-devel fribidi-devel"
|
||||
short_desc="Library for complex text layout"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/HOST-Oman/libraqm"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/HOST-Oman/libraqm/releases/download/v${version}/raqm-${version}.tar.gz"
|
||||
checksum=8c25b6cb66ec2800e59d7ef1c4a131175754b7c463ba4a05be9dff8aa83081c1
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
libraqm-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gtk-doc
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue