wok-next annotate 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
rev   line source
al@19759 1 # SliTaz package receipt v2.
al@17914 2
al@17914 3 PACKAGE="libuninameslist"
al@17914 4 VERSION="0.4.20140731"
al@17914 5 CATEGORY="misc"
al@17914 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"
al@19759 10
al@17914 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@17914 12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@17914 13
al@19759 14 BUILD_DEPENDS="autoconf automake libtool bash"
al@19759 15 SPLIT="libuninameslist-dev"
al@17914 16
al@17914 17 # Rules to configure and make the package.
al@17914 18 compile_rules()
al@17914 19 {
al@17914 20 autoreconf -i
al@17914 21 automake
al@17914 22 ./configure $CONFIGURE_ARGS && make && make install
al@17914 23 }
al@17914 24
al@17914 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@17914 26 genpkg_rules()
al@17914 27 {
al@19759 28 case $PACKAGE in
al@19759 29 libuninameslist) copy @std;;
al@19759 30 *-dev) copy @dev;;
al@19759 31 esac
al@17914 32 }