wok view libunistring/receipt @ rev 21999

updated sysstat (12.1.1 -> 12.1.7)
author Hans-G?nter Theisgen
date Fri Oct 18 15:25:38 2019 +0100 (2019-10-18)
parents 8c13f22f7025
children 5d79829fa876
line source
1 # SliTaz package receipt.
3 PACKAGE="libunistring"
4 VERSION="0.9.10"
5 CATEGORY="libdevel"
6 SHORT_DESC="Unicode string library."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3 LGPL3 FDL"
9 WEB_SITE="https://www.gnu.org/software/libunistring/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="glibc-base"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make -j 1 &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_files *.so*
28 }