mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +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"
|
||||
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit liblo libsigc++ liblrdf ntk"
|
||||
MAINTAINER="klaatu"
|
||||
EMAIL="klaatu@member.fsf.org"
|
||||
EMAIL="klaatu@member.fsf.org"
|
||||
|
|
|
@ -16,4 +16,4 @@ non: Non was built entirely from scratch by one programmer, and it is
|
|||
non: intended as a lightweight, reliable, fast audio editing environment.
|
||||
non:
|
||||
non: http://non.tuxfamily.org
|
||||
non:
|
||||
non:
|
||||
|
|
Loading…
Reference in a new issue