wok view iniparser/receipt @ rev 17830
Up: tazbug(1.2.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 22 22:41:27 2015 +0100 (2015-03-22) |
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 }