diff options
Diffstat (limited to 'sysklogd/Pkgfile')
-rw-r--r-- | sysklogd/Pkgfile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile index 67fe33e..8acaedd 100644 --- a/sysklogd/Pkgfile +++ b/sysklogd/Pkgfile @@ -1,6 +1,6 @@ -description="Kernel and system logging daemons" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" +description="Kernel and system logging daemons." +packager="CRUX System Team <core-ports AT crux DOT nu>" +maintainer="Lukc <lukc AT upyum DOT com>" url="http://www.infodrom.org/projects/sysklogd/" depends=() @@ -10,16 +10,16 @@ release=4 source=(http://www.ibiblio.org/pub/Linux/system/daemons/sysklogd-1.5.tar.gz rotatelog syslog syslog.conf sysklogd) build () { - cd $name-$version; - sed -i -e '192d' ksym_mod.c; - mkdir -p $PKG/usr/sbin $PKG/etc/{cron/weekly,rc.d} $PKG/var/log $PKG/usr/man/{man5,man8}; - make RPM_OPT_FLAGS="$CFLAGS" all; - make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/man install; - install -m 755 $SRC/rotatelog $PKG/usr/sbin; - install -m 755 $SRC/syslog $PKG/etc/cron/weekly; - install -m 644 $SRC/syslog.conf $PKG/etc; - install -m 755 $SRC/sysklogd $PKG/etc/rc.d; - chmod -R +w $PKG; - touch $PKG/var/log/{messages,auth,mail,cron,kernel,debug}; - chmod 640 $PKG/var/log/{messages,auth,mail,cron,kernel,debug} + cd $name-$version; + sed -i -e '192d' ksym_mod.c; + mkdir -p $PKG/usr/sbin $PKG/etc/{cron/weekly,rc.d} $PKG/var/log $PKG$mandir/{man5,man8}; + make RPM_OPT_FLAGS="$CFLAGS" all; + make BINDIR=$PKG/usr/sbin MANDIR=$PKG$mandir install; + install -m 755 $SRC/rotatelog $PKG/usr/sbin; + install -m 755 $SRC/syslog $PKG/etc/cron/weekly; + install -m 644 $SRC/syslog.conf $PKG/etc; + install -m 755 $SRC/sysklogd $PKG/etc/rc.d; + chmod -R +w $PKG; + touch $PKG/var/log/{messages,auth,mail,cron,kernel,debug}; + chmod 640 $PKG/var/log/{messages,auth,mail,cron,kernel,debug} } |