summaryrefslogtreecommitdiffstats
path: root/base/sysklogd/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:13:37 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:13:37 +0200
commitf614f9450cc1a28874ff8612726fd066a6c93bac (patch)
tree3429bda762372f3b0236ba4ab36b5104000423da /base/sysklogd/Pkgfile
parent451f113a015bb6adfd5f85b471440e7dfd810474 (diff)
downloadnutyx-pakxe-f614f9450cc1a28874ff8612726fd066a6c93bac.tar.gz
nutyx-pakxe-f614f9450cc1a28874ff8612726fd066a6c93bac.tar.bz2
nutyx-pakxe-f614f9450cc1a28874ff8612726fd066a6c93bac.tar.xz
nutyx-pakxe-f614f9450cc1a28874ff8612726fd066a6c93bac.zip
Ajout de sysklogd#1.5-1
Diffstat (limited to 'base/sysklogd/Pkgfile')
-rw-r--r--base/sysklogd/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/sysklogd/Pkgfile b/base/sysklogd/Pkgfile
new file mode 100644
index 000000000..f78ffecf2
--- /dev/null
+++ b/base/sysklogd/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Démons de log pour le système et le noyau
+# URL: http://www.infodrom.org/projects/sysklogd/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=sysklogd
+version=1.5
+release=1
+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}}
+
+make RPM_OPT_FLAGS="$CFLAGS" all
+make BINDIR=$PKG/usr/sbin MANDIR=$PKG/usr/share/man install
+mv ../syslog.conf $PKG/etc/
+}