wok-next annotate libestr/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents d5aab818505e
children
rev   line source
al@20459 1 # SliTaz package receipt v2.
erjo@11415 2
erjo@11415 3 PACKAGE="libestr"
erjo@11415 4 VERSION="0.1.2"
erjo@11415 5 CATEGORY="system-tools"
al@20459 6 SHORT_DESC="Some essentials for string handling"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15472 8 LICENSE="LGPL2"
pascal@21181 9 WEB_SITE="https://libestr.adiscon.com/"
al@20459 10
erjo@11415 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11415 12 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
erjo@11415 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@20459 15
al@20459 16 compile_rules() {
al@20575 17 ./configure $CONFIGURE_ARGS &&
al@20575 18 fix libtool &&
al@20575 19 make &&
al@20575 20 make install
erjo@11415 21 }
erjo@11415 22
al@20459 23 genpkg_rules() {
al@20459 24 case $PACKAGE in
al@20575 25 libestr) copy @std;;
al@20575 26 *-dev) copy @dev;;
al@20459 27 esac
erjo@11415 28 }