33 lines
820 B
Bash
33 lines
820 B
Bash
# Template file for 'libuninameslist'
|
|
pkgname=libuninameslist
|
|
version=20240524
|
|
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=d75874cd4d7f06bbc8ee0b4848e79fad2b6207d08a95740a2f3da2c2ace40dac
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|