wok view libestr/receipt @ rev 21145

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 14:01:40 2019 +0100 (2019-03-28)
parents c86e41198e76
children 2ef718547108
line source
1 # SliTaz package receipt.
3 PACKAGE="libestr"
4 VERSION="0.1.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="some essentials for string handling"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://libestr.adiscon.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 ./configure $CONFIGURE_ARGS && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 cp -a $install/usr/lib/*.so* $fs/usr/lib
24 }