wok-next view sysklogd/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents f7d9f142f79d
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
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 copy @std
31 }