summaryrefslogtreecommitdiffstats
path: root/psmisc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-04 13:25:56 +0000
committerpiernov <piernov@piernov.org>2012-03-04 13:25:56 +0000
commit0021a58232134529a9d96ad6d3e14947bf17934e (patch)
tree0f00c74491ed02da71b82a1d09d954df1b7d83eb /psmisc/Pkgfile
parente1008d64cc18a1cbf340195d99a6c666adff759d (diff)
downloadnutyx-pakxe-0021a58232134529a9d96ad6d3e14947bf17934e.tar.gz
nutyx-pakxe-0021a58232134529a9d96ad6d3e14947bf17934e.tar.bz2
nutyx-pakxe-0021a58232134529a9d96ad6d3e14947bf17934e.tar.xz
nutyx-pakxe-0021a58232134529a9d96ad6d3e14947bf17934e.zip
psmisc 22.16-1 màj port
Diffstat (limited to 'psmisc/Pkgfile')
-rwxr-xr-xpsmisc/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/psmisc/Pkgfile b/psmisc/Pkgfile
index a68ebe408..0eaeacd02 100755
--- a/psmisc/Pkgfile
+++ b/psmisc/Pkgfile
@@ -4,16 +4,15 @@
# Packager: thierryn1 at hispeed dot ch
name=psmisc
-version=22.13
+version=22.16
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --exec-prefix=""
+ --mandir=/usr/share/man \
+ --exec-prefix=""
make
make DESTDIR=$PKG install
- mkdir -p $PKG/usr/bin
}