wok annotate libuninameslist/receipt @ rev 22776

Add utf8proc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 25 18:37:55 2020 +0100 (2020-01-25)
parents 08370faa54d6
children 60bae8a22f66
rev   line source
al@17914 1 # SliTaz package receipt.
al@17914 2
al@17914 3 PACKAGE="libuninameslist"
Hans-G?nter@21324 4 VERSION="20190305"
al@17914 5 CATEGORY="misc"
Hans-G?nter@21324 6 SHORT_DESC="A Library of Unicode names and annotation data."
al@17914 7 MAINTAINER="al.bobylev@gmail.com"
al@17914 8 LICENSE="other"
al@17914 9 WEB_SITE="https://github.com/fontforge/libuninameslist"
Hans-G?nter@21324 10
al@17914 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@17914 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@17914 13
al@17914 14 DEPENDS=""
Hans-G?nter@21324 15 BUILD_DEPENDS="cacerts autoconf automake libtool bash"
al@17914 16
al@17914 17 # Rules to configure and make the package.
al@17914 18 compile_rules()
al@17914 19 {
Hans-G?nter@21324 20 autoreconf -i &&
Hans-G?nter@21324 21 automake &&
Hans-G?nter@21324 22 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21324 23 make &&
Hans-G?nter@21324 24 make install
al@17914 25 }
al@17914 26
al@17914 27 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17914 28 genpkg_rules()
al@17914 29 {
al@17914 30 mkdir -p $fs/usr/lib
al@17914 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@17914 32 }