mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/non: Fix VERSION in .info.
Force build with -j1. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
eb0326fe71
commit
ba8baf2d2d
3 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue