wok view iniparser/receipt @ rev 14885

Up: python-kiwi (1.9.29)
author Claudinei Pereira <claudinei@slitaz.org>
date Wed Jul 24 18:59:52 2013 -0300 (2013-07-24)
parents
children de49f29b101e
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 WEB_SITE="http://ndevilla.free.fr/iniparser/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://ndevilla.free.fr/iniparser/$TARBALL"
12 DEPENDS=""
13 BUILD_DEPENDS=""
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib
25 cp -a $src/*.so* $fs/usr/lib
26 }