wok-next annotate libunistring/receipt @ rev 19886

waterline: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 18:02:45 2017 +0200 (2017-10-07)
parents f463de72afe3
children 0e7893ac206d
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@19485 16 # Rules to configure and make the package.
al@19485 17 compile_rules()
al@19485 18 {
al@19485 19 ./configure $CONFIGURE_ARGS && make && make install
al@19485 20 }
al@19485 21
al@19485 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19485 23 genpkg_rules()
al@19485 24 {
al@19797 25 case $PACKAGE in
al@19797 26 libunistring) copy @std;;
al@19797 27 *-dev) copy @dev;;
al@19797 28 esac
al@19485 29 }