wok view iniparser/receipt @ rev 14124

virtualbox-ose-guestutils: modified udev rule for not to break tazpkg reconfigure udev, called in many post-install script
author ernia <monghitri@aruba.it>
date Wed Feb 27 06:08:22 2013 +0000 (2013-02-27)
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 }