summaryrefslogtreecommitdiffstats
path: root/base/procps/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /base/procps/Pkgfile
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'base/procps/Pkgfile')
-rwxr-xr-xbase/procps/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/base/procps/Pkgfile b/base/procps/Pkgfile
deleted file mode 100755
index acfc96b63..000000000
--- a/base/procps/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: Utilitaire pour le système de fichiers /proc
-# URL: http://procps.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=procps
-version=3.2.8
-release=2
-
-source=(http://procps.sourceforge.net/$name-$version.tar.gz \
- http://www.linuxfromscratch.org/patches/lfs/development/procps-$version-watch_unicode-1.patch \
- http://www.linuxfromscratch.org/patches/lfs/development/procps-3.2.8-fix_HZ_errors-1.patch)
-
-build() {
- cd $name-$version
- patch -Np1 -i ../procps-3.2.8-fix_HZ_errors-1.patch
- patch -Np1 -i ../procps-$version-watch_unicode-1.patch
-
- sed -i -e 's@\*/module.mk@proc/module.mk ps/module.mk@' Makefile
-
- make
- make DESTDIR=$PKG \
- ldconfig=true \
- man1=$PKG/usr/share/man/man1/ \
- man5=$PKG/usr/share/man/man5/ \
- man8=$PKG/usr/share/man/man8/ install
- chmod +w -R $PKG
-}