wok-next view libuninameslist/receipt @ rev 19943

Up xine-lib (1.2.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 10:16:55 2017 +0200 (2017-10-16)
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 }