wok view iniparser/receipt @ rev 13636

Up: ecore (1.7.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Nov 16 00:00:52 2012 +0100 (2012-11-16)
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 }