system/hercules: Updated for version 3.13
Signed-off-by: Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf3cb88b5b
commit
503cf27d68
|
@ -9,7 +9,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=hercules
|
||||
VERSION=${VERSION:-3.07}
|
||||
VERSION=${VERSION:-3.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -100,7 +100,7 @@ cat $CWD/hercules.png > $PKG/usr/share/pixmaps/hercules.png
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cp -a \
|
||||
ABOUT-NLS CHANGES COPYRIGHT INSTALL README.* RELEASE.NOTES \
|
||||
COPYRIGHT INSTALL README.* RELEASE.NOTES \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hercules"
|
||||
VERSION="3.07"
|
||||
HOMEPAGE="http://www.hercules-390.org/"
|
||||
DOWNLOAD="http://www.ibiblio.org/jmaynard/herc307/hercules-3.07.tar.gz"
|
||||
MD5SUM="a12aa1645b0695b25b7fc0c9a3ccab3a"
|
||||
VERSION="3.13"
|
||||
HOMEPAGE="http://www.hercules-390.eu/"
|
||||
DOWNLOAD="http://downloads.hercules-390.eu/hercules-3.13.tar.gz"
|
||||
MD5SUM="3e5df336b4e787cbb78f3489e71971fb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue