wok-next view libunistring/receipt @ rev 20369
openvas-manager (6.0.11), openvas-scanner (5.0.8)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 24 20:28:53 2017 +0100 (2017-11-24) |
parents | f463de72afe3 |
children | 0e7893ac206d |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libunistring"
4 VERSION="0.9.7"
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 SPLIT="libunistring-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 case $PACKAGE in
26 libunistring) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }