wok-next view iniparser/receipt @ rev 19088
cross/arm: fix build for ell busybox flex ninvaders
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 18:20:33 2016 +0200 (2016-04-30) |
parents | 1916b7d701ea |
children | 0b3c35d905d2 |
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 }