wok view iniparser/receipt @ rev 20424

Up zstd (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 12:11:37 2018 +0200 (2018-08-12)
parents 1916b7d701ea
children ba731f2b3f4b
line source
1 # SliTaz package receipt.
3 PACKAGE="iniparser"
4 VERSION="3.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Free stand-alone ini file parsing library."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://ndevilla.free.fr/iniparser/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://ndevilla.free.fr/iniparser/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $src/*.so* $fs/usr/lib
27 }