summaryrefslogtreecommitdiffstats
path: root/procps/Pkgfile
blob: a8253b3ca3fe79b9e439bd38c8d02217caa70d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.3.3
release=1
source=(http://ftp.debian.org/debian/pool/main/p/procps/${name}_$version.orig.tar.xz
	sysctl.conf)

build() {
	cd $name-ng-$version
	cp ../sysctl.conf .
	./configure --prefix=/usr \
		--libdir=/usr/lib \
		--sysconfdir=/etc \
		--exec-prefix=/ \
		--enable-skill \
		--enable-examples \
		--enable-oomem \
		--enable-w-from
	make
	make DESTDIR=$PKG install
}