mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/eureka: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed1f3a7b33
commit
3c1962b00a
3 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
eureka (DOOM level editor)
|
||||
|
||||
Eureka is a cross-platform DOOM level editor using the FLTK widget
|
||||
library. It is based on Yadex and provides a new interface, support for
|
||||
source ports and a 3D preview feature.
|
||||
|
|
|
@ -47,9 +47,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="eureka"
|
||||
VERSION="1.27b"
|
||||
HOMEPAGE="http://eureka-editor.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/eureka-editor/Eureka/1.27/eureka-1.27b-source.tar.gz"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/eureka-editor/Eureka/1.27/eureka-1.27b-source.tar.gz"
|
||||
MD5SUM="ded6495c09e23bfe55513eb47abf17ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue