diff --git a/common/shlibs b/common/shlibs index 6db98332579..72d26d041a9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3492,3 +3492,4 @@ libbcc.so.0 bcc-0.10.0_1 libbcc_bpf.so.0 bcc-0.10.0_1 libde265.so.0 libde265-1.0.3_1 libheif.so.1 libheif-1.4.0_1 +libuninameslist.so.1 libuninameslist-20190701_1 diff --git a/srcpkgs/libuninameslist-devel b/srcpkgs/libuninameslist-devel new file mode 120000 index 00000000000..2625b4394e2 --- /dev/null +++ b/srcpkgs/libuninameslist-devel @@ -0,0 +1 @@ +libuninameslist \ No newline at end of file diff --git a/srcpkgs/libuninameslist/template b/srcpkgs/libuninameslist/template new file mode 100644 index 00000000000..05b3ab3e7d4 --- /dev/null +++ b/srcpkgs/libuninameslist/template @@ -0,0 +1,27 @@ +# Template file for 'libuninameslist' +pkgname=libuninameslist +version=20190701 +revision=1 +hostmakedepends="automake libtool" +short_desc="Library of Unicode names and annotation data" +maintainer="Leah Neukirchen " +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 + } +}