libraries/vte3: Remove NUMJOBS and unknown parameters.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-26 17:58:48 +07:00
parent 25c3d47f76
commit 39a6562ed1

View file

@ -2,7 +2,7 @@
# Slackware build script for vte3
# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -81,12 +81,9 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-introspection \
--enable-gnome-pty-helper \
--with-gtk=3.0 \
--with-default-emulation=xterm \
--build=$ARCH-slackware-linux
make $NUMJOBS || make
make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \