wok-next annotate libunistring/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 4ca71b0ef823
children 5841522533ec
rev   line source
al@19797 1 # SliTaz package receipt v2.
al@19485 2
al@19485 3 PACKAGE="libunistring"
al@19797 4 VERSION="0.9.7"
al@19485 5 CATEGORY="libdevel"
al@19485 6 SHORT_DESC="Unicode string library"
al@19485 7 MAINTAINER="al.bobylev@gmail.com"
al@19485 8 LICENSE="GPL3 LGPL3 FDL"
al@19485 9 WEB_SITE="https://www.gnu.org/software/libunistring/"
al@19797 10
al@19485 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19485 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19485 13
al@19797 14 SPLIT="libunistring-dev"
al@19485 15
al@20443 16 compile_rules() {
al@19485 17 ./configure $CONFIGURE_ARGS && make && make install
al@19485 18 }
al@19485 19
al@20443 20 genpkg_rules() {
al@19797 21 case $PACKAGE in
al@19797 22 libunistring) copy @std;;
al@19797 23 *-dev) copy @dev;;
al@19797 24 esac
al@19485 25 }