wok view libunistring/receipt @ rev 22278

updated xorg-xf86-video-s3 (0.6.5 -> 0.7.0)
author Hans-G?nter Theisgen
date Wed Nov 13 14:12:45 2019 +0100 (2019-11-13)
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 }