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
index 311d22dcf108fa153c2a884a801e224ad03b8a95..a82fb8d99bef4f001af2bea73d8b9c39bc8ca39c 100644 (file)
@@ -1,17 +1,16 @@
 # Description: Control the creation and termination of system-level processes
-# URL: http://man7.org/linux/man-pages/man8/start-stop-daemon.8.html
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# URL:         http://man7.org/linux/man-pages/man8/start-stop-daemon.8.html
+# Maintainer:  CRUX System Team, core-ports at crux dot nu
 
 name=start-stop-daemon
-version=20150921
+version=20170812
 release=1
 source=(start-stop-daemon.c start-stop-daemon.8 crux-patch.diff makefile)
 
 build () {
     patch -p2 -i crux-patch.diff
 
-    make CC="$CC"
+    make
 
     install -d $PKG/{sbin,usr/share/man/man8}
     install -m 755 $name $PKG/sbin/