wok view log4c-dev/receipt @ rev 14517

linux: fix local privilege escalation 0day, 2.6.37 - 3.8.10
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 16 16:02:27 2013 +0200 (2013-05-16)
parents 9fca00a1918e
children 76b72f1ad63c
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 WANTED="log4c"
11 DEPENDS="log4c"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/bin $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/share $fs/usr
21 }