summaryrefslogtreecommitdiffstats
path: root/sysklogd/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 01:04:42 +0100
committerpiernov <piernov@piernov.org>2012-03-04 01:04:42 +0100
commitb4e85278c8d1326125aa206562b81b14d2e260c6 (patch)
tree269b635188080e02d9bb6004b8352785a0870356 /sysklogd/Pkgfile
parent6cb6c3a0d71774887105d2149d92585ba849dc0a (diff)
downloadnutyx-pakxe-b4e85278c8d1326125aa206562b81b14d2e260c6.tar.gz
nutyx-pakxe-b4e85278c8d1326125aa206562b81b14d2e260c6.tar.bz2
nutyx-pakxe-b4e85278c8d1326125aa206562b81b14d2e260c6.tar.xz
nutyx-pakxe-b4e85278c8d1326125aa206562b81b14d2e260c6.zip
sysklogd 1.5-3 correction port
Diffstat (limited to 'sysklogd/Pkgfile')
-rw-r--r--sysklogd/Pkgfile17
1 files changed, 9 insertions, 8 deletions
diff --git a/sysklogd/Pkgfile b/sysklogd/Pkgfile
index 9ae3f5e8c..4b0315683 100644
--- a/sysklogd/Pkgfile
+++ b/sysklogd/Pkgfile
@@ -6,14 +6,15 @@
name=sysklogd
version=1.5
-release=2
-source=( http://www.infodrom.org/projects/$name/download/$name-$version.tar.gz \
- syslog.conf)
+release=3
+source=(http://www.infodrom.org/projects/$name/download/$name-$version.tar.gz
+ syslog.conf)
+
build() {
-cd $name-$version
-mkdir -p $PKG/{usr/sbin,etc,usr/share/man/man{5,8}}
+ cd $name-$version
+ mkdir -p $PKG/{sbin,etc,usr/share/man/man{5,8}}
-make RPM_OPT_FLAGS="$CFLAGS" all
-make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/share/man install
-mv ../syslog.conf $PKG/etc/
+ make RPM_OPT_FLAGS="$CFLAGS" all
+ make BINDIR=$PKG/sbin MANDIR=$PKG/usr/share/man install
+ mv ../syslog.conf $PKG/etc/
}