wok view iniparser/receipt @ rev 19724

xlockmore: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 16 15:08:07 2017 +0100 (2017-02-16)
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 }