wok-next annotate libunistring/receipt @ rev 20905

Update packages from ISO and LFS backages (all but toolchain)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 07 00:30:45 2018 +0300 (2018-08-07)
parents b1a1deb20f42
children d5aab818505e
rev   line source
al@19797 1 # SliTaz package receipt v2.
al@19485 2
al@19485 3 PACKAGE="libunistring"
al@20905 4 VERSION="0.9.10"
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@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libunistring.html"
al@19797 11
al@19485 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19485 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19485 14
al@19797 15 SPLIT="libunistring-dev"
al@19485 16
al@20443 17 compile_rules() {
al@20659 18 ./configure \
al@20659 19 --disable-static \
al@20659 20 $CONFIGURE_ARGS &&
al@20595 21 fix libtool &&
al@20595 22 make &&
al@20595 23 make install
al@19485 24 }
al@19485 25
al@20443 26 genpkg_rules() {
al@19797 27 case $PACKAGE in
al@19797 28 libunistring) copy @std;;
al@20595 29 *-dev) copy @dev;;
al@19797 30 esac
al@19485 31 }