wok view iniparser/receipt @ rev 20665

program name is now sc-im
author Hans-G?nter Theisgen
date Wed Jan 16 13:39:16 2019 +0100 (2019-01-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 }