wok-next annotate libuninameslist/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 0ff6bd677938
children 5841522533ec
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@20443 17 compile_rules() {
al@17914 18 autoreconf -i
al@17914 19 automake
al@17914 20 ./configure $CONFIGURE_ARGS && make && make install
al@17914 21 }
al@17914 22
al@20443 23 genpkg_rules() {
al@19759 24 case $PACKAGE in
al@19759 25 libuninameslist) copy @std;;
al@19759 26 *-dev) copy @dev;;
al@19759 27 esac
al@17914 28 }