wok annotate libuninameslist/receipt @ rev 23717

updated unhide (20121229 -> 20130526)
author Hans-G?nter Theisgen
date Wed Apr 29 07:40:36 2020 +0100 (2020-04-29)
parents ad0ab8fb354c
children 5ea0ce1cecc0
rev   line source
al@17914 1 # SliTaz package receipt.
al@17914 2
al@17914 3 PACKAGE="libuninameslist"
Hans-G?nter@23113 4 VERSION="20190701"
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@23113 15 BUILD_DEPENDS="autoconf automake bash cacerts libtool"
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
Hans-G?nter@23113 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
al@17914 32 }