Skip to content
Snippets Groups Projects
Unverified Commit fd956606 authored by Leo's avatar Leo Committed by TBK
Browse files

testing/libuninameslist: upgrade to 20190305

Closes: GH-7823
parent de1e8670
No related branches found
No related tags found
No related merge requests found
# Contributor: Ed Robinson <ed@reevoo.com> # Contributor: Ed Robinson <ed@reevoo.com>
# Maintainer: Ed Robinson <ed@reevoo.com> # Maintainer: Ed Robinson <ed@reevoo.com>
pkgname=libuninameslist pkgname=libuninameslist
pkgver=20170807 pkgver=20190305
pkgrel=0 pkgrel=0
pkgdesc="A Library of Unicode names and annotation data" pkgdesc="A Library of Unicode names and annotation data"
url="https://github.com/fontforge/libuninameslist" url="https://github.com/fontforge/libuninameslist"
arch="all" arch="all"
license="BSD-3-Clause" license="BSD-3-Clause"
source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz" source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
makedepends="autoconf automake libtool" makedepends="autoconf automake libtool"
subpackages="$pkgname-dev" subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
prepare() { prepare() {
default_prepare default_prepare
autoreconf -fi
cd "$builddir"
autoreconf -i
automake --foreign
} }
build() { build() {
cd "$builddir" ./configure --prefix=/usr
./configure --prefix=/usr make
make
} }
check() { check() {
cd "$builddir" make check
make check
} }
package() { package() {
cd "$builddir" make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install }
static() {
depends=""
pkgdesc="$pkgdesc (static library)"
mkdir -p "$subpkgdir"/usr/lib
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib
} }
sha512sums="f7ff21bff4322251e35e6957abdb1f6a17a54032c094ec71f68a42156cc10095680e0ea9cfde4d26ed7139e9d10af6d3e901eb4de2c2e430febf472f61dc039e libuninameslist-dist-20170807.tar.gz" sha512sums="4dc30a4f0919722c7538ed2eda39c3e63d072ee17c809ca25e0b6546d29110607c27c6e969839439c1432b4b40fca3e888c428ed26d1e0328a5f481a2db3cc73 libuninameslist-dist-20190305.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment