libuninameslist: adopted port

This commit is contained in:
Tim Biermann 2023-07-07 20:02:51 +02:00
parent f682df8efb
commit b39a6146c9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37kSelh39G6WTAP/n6kEOVBxDDhC3dI7axx7iIGjsLxtexgDhwizt6tiWXZnfUq2NCsq2sQKbBuAA1SFWhbIogM=
SHA256 (Pkgfile) = 33cebfc23765b5f3de1941ca5c47e62e15416653248481e1881d8e18b4364bb8
RWSagIOpLGJF36R+ZaLKyfs53paBj0kqjQ/FQnChN2uYpMHn17tKHX5SoUqVTNM5rYgtKk/2FC54CZZnMLdQ6Knhzwf8mvVXRwc=
SHA256 (Pkgfile) = 2934b087d7eef9cb0a0778f495b10ddc2104a77c2e18ee357cd3842d5b7606b8
SHA256 (.footprint) = 0e4f4a3125164088575cd1b0c97dc568e900cd0b4bafe307cfe300699e1b0bda
SHA256 (libuninameslist-dist-20221022.tar.gz) = 92c833936d653b2f205fb5e7ac82818311824dabdc7abdc2e81f07c3a0ea39bb

View File

@ -1,6 +1,6 @@
# Description: Large, sparse array mapping each unicode code point to the annotation data for it.
# URL: https://github.com/fontforge/libuninameslist
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
name=libuninameslist
version=20221022
@ -8,12 +8,12 @@ release=1
source=(https://github.com/fontforge/$name/releases/download/$version/$name-dist-$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
autoreconf -i
automake --foreign -Wall
autoreconf -i
automake --foreign -Wall
./configure --prefix=/usr
make
make DESTDIR=$PKG install
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}