audio/non: Fix VERSION in .info.

Force build with -j1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-08 20:49:07 +00:00
parent eb0326fe71
commit ba8baf2d2d
3 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ find -L . \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION
./waf
./waf -j1
./waf install --destdir=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,5 +1,5 @@
PRGNAM="non"
VERSION="git-23092014"
VERSION="23092014"
HOMEPAGE="http://non.tuxfamily.org"
DOWNLOAD="http://slackermedia.info/slackbuilds/non/non-git-23092014.tar.bz2"
MD5SUM="19716a610e8212ac70e570eede8277bc"