CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
procps: updated to 3.2.8 and fixed arch maintainer's email
[crossrootfs.git] / procps / Pkgfile
index 174e2b878676dcda6a65095383a0f4d652f99c1a..40550855898ff08453137090d9db06a8b9ca26ce 100644 (file)
@@ -1,28 +1,29 @@
 # Description: The /proc file system utilities
 # URL: http://procps.sourceforge.net/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX ARM System Team
+# Arch Maintainer: CRUX ARM System Team, crux-arm at mikeux dot dyndns dot org
 # Depends on: ncurses
 
 name=procps
-version=3.2.7
+version=3.2.8
 release=1
 source=(http://procps.sourceforge.net/$name-$version.tar.gz \
        sysctl.conf)
 
 build() {
-    cd $name-$version
-    make
-    make DESTDIR=$PKG \
-        ldconfig=true \
-        man1=$PKG/usr/man/man1/ \
-        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
+  cd $name-$version
+  
+  make
+  make DESTDIR=$PKG \
+       ldconfig=true \
+       man1=$PKG/usr/man/man1/ \
+       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
 }