From e2a943823a06558fceb9980acbab08c144738142 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 17:08:22 +0100 Subject: Recette de procps mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- procps/.footprint | 43 ++++++++++++++++++++++--------------------- procps/.sha256sum | 4 ++++ procps/Pkgfile | 27 +++++++++++++++++---------- 3 files changed, 43 insertions(+), 31 deletions(-) create mode 100644 procps/.sha256sum diff --git a/procps/.footprint b/procps/.footprint index 8468836..98818d1 100644 --- a/procps/.footprint +++ b/procps/.footprint @@ -22,24 +22,25 @@ lrwxrwxrwx root/root usr/bin/snice -> skill -rwxr-xr-x root/root usr/bin/vmstat -rwxr-xr-x root/root usr/bin/w -rwxr-xr-x root/root usr/bin/watch -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/free.1.gz --rw-r--r-- root/root usr/man/man1/pgrep.1.gz --rw-r--r-- root/root usr/man/man1/pkill.1.gz --rw-r--r-- root/root usr/man/man1/pmap.1.gz --rw-r--r-- root/root usr/man/man1/ps.1.gz --rw-r--r-- root/root usr/man/man1/pwdx.1.gz --rw-r--r-- root/root usr/man/man1/skill.1.gz --rw-r--r-- root/root usr/man/man1/slabtop.1.gz --rw-r--r-- root/root usr/man/man1/snice.1.gz --rw-r--r-- root/root usr/man/man1/tload.1.gz --rw-r--r-- root/root usr/man/man1/top.1.gz --rw-r--r-- root/root usr/man/man1/uptime.1.gz --rw-r--r-- root/root usr/man/man1/w.1.gz --rw-r--r-- root/root usr/man/man1/watch.1.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/sysctl.conf.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/sysctl.8.gz --rw-r--r-- root/root usr/man/man8/vmstat.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/free.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/pgrep.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/pkill.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/pmap.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/ps.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/pwdx.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/skill.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/slabtop.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/snice.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/tload.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/top.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/uptime.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/w.1.bz2 +-rw-r--r-- root/root usr/share/man/man1/watch.1.bz2 +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/sysctl.conf.5.bz2 +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/sysctl.8.bz2 +-rw-r--r-- root/root usr/share/man/man8/vmstat.8.bz2 diff --git a/procps/.sha256sum b/procps/.sha256sum new file mode 100644 index 0000000..25b349a --- /dev/null +++ b/procps/.sha256sum @@ -0,0 +1,4 @@ +d48d0e943277c006b6ff445575f33eb4addedbb55fa10b81a99a5eccd48fc7f6 procps-3.2.8-linux-ver-init.patch +0775d55108f19b61f1cc357464ddda230cfbcbbc6cae78e91bc7d42c3c9a5887 procps-3.2.8.patch +11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535 procps-3.2.8.tar.gz +c728d3ccac5dc9ba8a9b8d40d466961268cc1640ef2b98b2e8aa2a21bcdf9a9c sysctl.conf diff --git a/procps/Pkgfile b/procps/Pkgfile index a4e31db..ee71e3d 100644 --- a/procps/Pkgfile +++ b/procps/Pkgfile @@ -1,19 +1,26 @@ -description="The /proc file system utilities" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" +description="Linux proc file system utilities." +packager="CRUX System Team " +maintainer="Lukc " url="http://procps.sourceforge.net/" depends=(ncurses) name=procps version=3.2.8 release=3 -source=(http://procps.sourceforge.net/procps-3.2.8.tar.gz procps-3.2.8.patch procps-3.2.8-linux-ver-init.patch sysctl.conf) +source=( + http://procps.sourceforge.net/$name-$version.tar.gz + $name-$version.patch + $name-$version-linux-ver-init.patch + sysctl.conf +) build () { - cd $name-$version; - patch -p1 -i $SRC/$name-$version.patch; - patch -p0 -i $SRC/$name-$version-linux-ver-init.patch; - make; - make DESTDIR=$PKG install; - install -D -m644 $SRC/sysctl.conf $PKG/etc/sysctl.conf + cd $name-$version; + patch -p1 -i $SRC/$name-$version.patch; + patch -p0 -i $SRC/$name-$version-linux-ver-init.patch; + make; + make DESTDIR=$PKG install; + install -D -m644 $SRC/sysctl.conf $PKG/etc/sysctl.conf + mkdir $PKG$prefix/share + mv $PKG$prefix/man $PKG$prefix/share/man } -- cgit v1.2.3-54-g00ecf