CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
procps: update to 3.2.8
[crossrootfs.git] / procps / Pkgfile
index 05d5ec56972ebf0af99152f369a26894c1e93f74..a1216e2a1d436c891ab201970262187721835671 100644 (file)
@@ -9,11 +9,14 @@ version=3.2.8
 release=2
 source=(http://procps.sourceforge.net/$name-$version.tar.gz \
   sysctl.conf \
-  procps-3.2.8-priorities.patch)
+  $name-$version.patch \
+  $name-$version-linux-ver-init.patch)
 
 build() {
   cd $name-$version
-  patch -p1 -i $SRC/procps-3.2.8-priorities.patch
+  patch -p1 -i $SRC/$name-$version.patch
+  patch -p0 -i $SRC/$name-$version-linux-ver-init.patch
+
   make
   make DESTDIR=$PKG \
        ldconfig=true \
@@ -21,10 +24,6 @@ build() {
        man5=$PKG/usr/man/man5/ \
        man8=$PKG/usr/man/man8/ \
        install
-  install -D -m644 ../sysctl.conf $PKG/etc/sysctl.conf
 
-  rm -f $PKG/bin/kill $PKG/usr/man/man1/kill.1
-  ln -sf pgrep $PKG/usr/bin/pkill
-  ln -sf skill $PKG/usr/bin/snice
-  chmod +w -R $PKG
+  install -D -m644 ../sysctl.conf $PKG/etc/sysctl.conf
 }