29 lines
782 B
Bash
29 lines
782 B
Bash
# Template file for 'libuninameslist'
|
|
pkgname=libuninameslist
|
|
version=20190701
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool"
|
|
short_desc="Library of Unicode names and annotation data"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/fontforge/libuninameslist"
|
|
distfiles="https://github.com/fontforge/libuninameslist/archive/${version}.tar.gz"
|
|
checksum=426bc2f9f0068796ef31c1d5ce088d8da87b3e2a91675969d5b04968d71cdf4f
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
libuninameslist-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.a
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|