wok-next view sysklogd/receipt @ rev 19627

busybox: uclibc-cross-compiler-i486 is not compatible with aufs+tmpfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 08 18:20:24 2017 +0100 (2017-02-08)
parents
children 2f73953f6cee
line source
1 # SliTaz package receipt.
3 PACKAGE="sysklogd"
4 VERSION="1.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Kernel and system logging daemons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.infodrom.org/projects/sysklogd/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}download/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
18 sed -i 's/union wait/int/' syslogd.c
19 mkdir -p $install/sbin $install/usr/share/man/man5 $install/usr/share/man/man8
21 make && make prefix=$install BINDIR=$install/sbin install
23 mkdir -p $install/etc
24 cp $stuff/syslog.conf $install/etc
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cook_copy_folders sbin etc
31 }