wok-next view libuninameslist/receipt @ rev 19759

Up cpufrequtils, dhcp, dhcp6, fontforge, glibc, libspiro, libuninameslist, slitaz-i18n, ttf-dejavu, ttf-roboto, tzdata, ucl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 09 22:24:52 2017 +0300 (2017-06-09)
parents 08370faa54d6
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="autoconf automake libtool bash"
15 SPLIT="libuninameslist-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 autoreconf -i
21 automake
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 case $PACKAGE in
29 libuninameslist) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }