CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
start-stop-daemon: updated to 20170812
[crossrootfs.git] / start-stop-daemon / Pkgfile
CommitLineData
487cc3be 1# Description: Control the creation and termination of system-level processes
c653e22c
VM
2# URL: http://man7.org/linux/man-pages/man8/start-stop-daemon.8.html
3# Maintainer: CRUX System Team, core-ports at crux dot nu
487cc3be
VM
4
5name=start-stop-daemon
c653e22c 6version=20170812
487cc3be
VM
7release=1
8source=(start-stop-daemon.c start-stop-daemon.8 crux-patch.diff makefile)
9
10build () {
11 patch -p2 -i crux-patch.diff
12
c653e22c 13 make
487cc3be
VM
14
15 install -d $PKG/{sbin,usr/share/man/man8}
16 install -m 755 $name $PKG/sbin/
17 install -m 644 $name.8 $PKG/usr/share/man/man8/
18}