X-Git-Url: http://gitweb/?a=blobdiff_plain;f=procps%2FPkgfile;h=05d5ec56972ebf0af99152f369a26894c1e93f74;hb=0184588b277d927cacc86033e6381f85b9087b7c;hp=174e2b878676dcda6a65095383a0f4d652f99c1a;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/procps/Pkgfile b/procps/Pkgfile index 174e2b8..05d5ec5 100644 --- a/procps/Pkgfile +++ b/procps/Pkgfile @@ -1,28 +1,30 @@ # 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, devel at crux-arm dot nu # Depends on: ncurses name=procps -version=3.2.7 -release=1 +version=3.2.8 +release=2 source=(http://procps.sourceforge.net/$name-$version.tar.gz \ - sysctl.conf) + sysctl.conf \ + procps-3.2.8-priorities.patch) 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 + patch -p1 -i $SRC/procps-3.2.8-priorities.patch + 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 }