wok annotate libestr/receipt @ rev 20829

dietlibc: bz2 replaced by xz
author Hans-G?nter Theisgen
date Tue Feb 19 17:20:08 2019 +0100 (2019-02-19)
parents e4b9963526cc
children 364099c9aff2
rev   line source
erjo@11415 1 # SliTaz package receipt.
erjo@11415 2
erjo@11415 3 PACKAGE="libestr"
pascal@20109 4 VERSION="0.1.10"
erjo@11415 5 CATEGORY="system-tools"
al@20422 6 SHORT_DESC="some essentials for string handling"
erjo@11415 7 MAINTAINER="erjo@slitaz.org"
pascal@15472 8 LICENSE="LGPL2"
erjo@11415 9 WEB_SITE="http://libestr.adiscon.com/"
erjo@11415 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11415 11 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
erjo@11415 12
erjo@11415 13 # Rules to configure and make the package.
erjo@11415 14 compile_rules()
erjo@11415 15 {
erjo@11415 16 ./configure $CONFIGURE_ARGS && make && make install
erjo@11415 17 }
erjo@11415 18
erjo@11415 19 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11415 20 genpkg_rules()
erjo@11415 21 {
erjo@11415 22 mkdir -p $fs/usr/lib
erjo@11415 23 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11415 24 }