wok-next view libestr/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents 0ec6086e21d6
children 3bc985504162
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libestr"
4 VERSION="0.1.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Some essentials for string handling"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://libestr.adiscon.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libestr) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }