From f5dc015333fe673e7991ddc2362229662224e1c1 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 13 Dec 2021 11:56:14 +0100 Subject: [PATCH] procps: syntax --- procps/.signature | 4 ++-- procps/Pkgfile | 42 +++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/procps/.signature b/procps/.signature index bd587896..75bf6b1c 100644 --- a/procps/.signature +++ b/procps/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqn2azcg7G5J3ai4ZcEGQf/ngWIeQxZTTz1fRaUFtMQwHCSzXxykmLfB/gLSEkISaVZ7hC2ZLM38FIyftJrQEGwE= -SHA256 (Pkgfile) = c42823f23c62c3a928aa87d486396a55a17aedf586f6a5e185a53c7003fcacb1 +RWRJc1FUaeVeqirCrCiq6m3ZSMED3vN+1GC//e9U3zjII8JAfcZ0iuwEBMtUxic4tHmwGkRV553j8uEx/i7pE5FH+qCx3N0Y0wM= +SHA256 (Pkgfile) = d54696e668eabe6bec7e3cd65c86c81e20b3abdff5763f356197f058f5af8cd6 SHA256 (.footprint) = a93a64273ebba13ceaa16665dccfdbae1ef0bf64af49416f278145be8c38da41 SHA256 (procps-ng-3.3.17.tar.xz) = 4518b3e7aafd34ec07d0063d250fd474999b20b200218c3ae56f5d2113f141b4 SHA256 (sysctl.conf) = 27c68004a396334b972bbb99375088c3bbd65cfbed8abdfc8f0b77f45fd8e47f diff --git a/procps/Pkgfile b/procps/Pkgfile index 108d7ecd..3ba00385 100644 --- a/procps/Pkgfile +++ b/procps/Pkgfile @@ -1,35 +1,35 @@ # Description: The /proc file system utilities -# URL: https://gitlab.com/procps-ng/procps -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: ncurses +# URL: https://gitlab.com/procps-ng/procps +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: ncurses name=procps version=3.3.17 release=1 source=(http://downloads.sourceforge.net/project/procps-ng/Production/$name-ng-$version.tar.xz - sysctl.conf) + sysctl.conf) build() { - cd $name-$version + cd $name-$version - export LINGUAS=' ' + export LINGUAS=' ' - ./configure --prefix=/usr \ - --sbindir=/sbin \ - --libdir=/usr/lib \ - --sysconfdir=/etc \ - --disable-nls \ - --disable-kill \ - --disable-modern-top + ./configure --prefix=/usr \ + --sbindir=/sbin \ + --libdir=/usr/lib \ + --sysconfdir=/etc \ + --disable-nls \ + --disable-kill \ + --disable-modern-top - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - install -d $PKG/{bin,lib,etc} - mv $PKG/usr/bin/{ps,pidof} $PKG/bin/ - mv $PKG/usr/lib/libprocps.so.* $PKG/lib - ln -sf ../../lib/$(readlink $PKG/lib/libprocps.so.8) $PKG/usr/lib/libprocps.so - install -m 0644 $SRC/sysctl.conf $PKG/etc/sysctl.conf + install -d $PKG/{bin,lib,etc} + mv $PKG/usr/bin/{ps,pidof} $PKG/bin/ + mv $PKG/usr/lib/libprocps.so.* $PKG/lib + ln -sf ../../lib/$(readlink $PKG/lib/libprocps.so.8) $PKG/usr/lib/libprocps.so + install -m 0644 $SRC/sysctl.conf $PKG/etc/sysctl.conf - rm -r $PKG/usr/share/doc + rm -r $PKG/usr/share/doc }