development/acc: Fix script, info, slack-desc.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 03:43:06 -05:00 committed by Robby Workman
parent 54602017b5
commit f296eff79e
3 changed files with 2 additions and 5 deletions

View file

@ -79,9 +79,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
$CWD/README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,5 +1,5 @@
PRGNAM="acc"
VERSION="1.57.0"
VERSION="1.57"
HOMEPAGE="https://www.zdoom.org/downloads"
DOWNLOAD="https://zdoom.org/files/utils/acc/acc157src.zip"
MD5SUM="a9fc20ca9035c572e4a9579eb0fe85dd"

View file

@ -17,4 +17,3 @@ acc: This is version 1.57 (Mar 2 2019)
acc: This software is not supported by Raven Software or Activision
acc: ZDoom changes and language extensions by Randy Heit
acc: Further changes by Brad Carney