wok-next view sysklogd/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
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 }