# Contributor: Ed Robinson # Maintainer: Ed Robinson pkgname=libuninameslist pkgver=20200413 pkgrel=0 pkgdesc="A Library of Unicode names and annotation data" url="https://github.com/fontforge/libuninameslist" arch="all" license="BSD-3-Clause" makedepends="autoconf automake libtool" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" source="https://github.com/fontforge/libuninameslist/releases/download/$pkgver/libuninameslist-dist-$pkgver.tar.gz" prepare() { default_prepare autoreconf -fi } build() { ./configure --prefix=/usr make } check() { make check } package() { make DESTDIR="$pkgdir" install } static() { depends="" pkgdesc="$pkgdesc (static library)" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } sha512sums="88befff4bf7efed149b4e3a5d58a733b2cb6477e103ec34529ff02a88f8c72a6fc9d7b0be9e97cd539a75c8ebe5e4127cdf03a568da2f219157174b9b585b2a3 libuninameslist-dist-20200413.tar.gz"