mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/acc: Fix script, info, slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
54602017b5
commit
f296eff79e
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue