wok view libuninameslist/receipt @ rev 20117

Up lz4 (1.8.0), zstd - Long Range (1.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 13 13:42:46 2017 +0200 (2017-10-13)
parents
children ad0ab8fb354c
line source
1 # SliTaz package receipt.
3 PACKAGE="libuninameslist"
4 VERSION="0.4.20140731"
5 CATEGORY="misc"
6 SHORT_DESC="A Library of Unicode names and annotation data"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://github.com/fontforge/libuninameslist"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
13 DEPENDS=""
14 BUILD_DEPENDS="wget cacerts autoconf automake libtool bash"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 autoreconf -i
20 automake
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }