#!/bin/bash # sysklogd # # Douglas Thrift # # $Id$ name=sysklogd version=1.4.1-18 revision=0 categories=(base sysutils) description='System and kernel logging daemons' url='http://packages.debian.org/testing/admin/sysklogd' depends=('base/glibc') sources=(`site_debian` sysklogd.patch) sourcedir=$name-${version%%-*} function build() { debian_patch || return $? gnu_patch sysklogd.patch || return $? gmake && gmake install DESTDIR=$package }