wok view log4c-dev/receipt @ rev 14054

virtualbox-ose: splitted in virtualbox-ose for slitaz hosts and virtualbox-ose-guestutils for slitaz guests, can't get it to work without reboot
author ernia <monghitri@aruba.it>
date Tue Feb 19 20:23:53 2013 +0000 (2013-02-19)
parents
children 44c65752ed20
line source
1 # SliTaz package receipt.
3 PACKAGE="log4c-dev"
4 VERSION="1.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Log4c development files"
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://log4c.sourceforge.net"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="log4c"
12 DEPENDS="log4c"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/bin $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/share $fs/usr
22 }