+++ /dev/null
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/nasm
--rwxr-xr-x root/root usr/bin/ndisasm
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/nasm.1.gz
--rw-r--r-- root/root usr/man/man1/ndisasm.1.gz
+++ /dev/null
-d8934231e81874c29374ddef1fbdb1ed nasm-2.07.tar.bz2
+++ /dev/null
-# Description: 80x86 assembler
-# URL: http://www.nasm.us/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-
-name=nasm
-version=2.07
-release=1
-source=(http://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --build=$CHOST \
- --host=$CTARGET \
- --prefix=/usr \
- --mandir=/usr/man
- make
- make INSTALLROOT=$PKG install
-}
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/sysctl.conf
drwxr-xr-x root/root lib/
--rwxr-xr-x root/root lib/libproc-3.2.7.so
+-rwxr-xr-x root/root lib/libproc-3.2.8.so
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/sysctl
drwxr-xr-x root/root usr/
-f490bca772b16472962c7b9f23b1e97d procps-3.2.7.tar.gz
+9532714b6846013ca9898984ba4cd7e0 procps-3.2.8.tar.gz
9875c218e1b14bee8f9f5800403a8a24 sysctl.conf
# 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
}