wok annotate libunistring/receipt @ rev 19741

Up rrdtool (1.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 13:40:10 2017 +0100 (2017-02-18)
parents
children 3a8a6ad2c404
rev   line source
al@19485 1 # SliTaz package receipt.
al@19485 2
al@19485 3 PACKAGE="libunistring"
al@19485 4 VERSION="0.9.6"
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@19485 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19485 11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19485 12
al@19485 13 DEPENDS="glibc-base"
al@19485 14
al@19485 15 # Rules to configure and make the package.
al@19485 16 compile_rules()
al@19485 17 {
al@19485 18 ./configure $CONFIGURE_ARGS && make && make install
al@19485 19 }
al@19485 20
al@19485 21 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19485 22 genpkg_rules()
al@19485 23 {
al@19485 24 cook_copy_files *.so*
al@19485 25 }