development/xa: 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
c7417b8dbc
commit
4630d768c9
|
@ -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,6 +1,6 @@
|
|||
PRGNAM="xa"
|
||||
VERSION="2.3.11"
|
||||
HOMEPAGE="http://www.floodgap.com/retrotech/xa/"
|
||||
HOMEPAGE="https://www.floodgap.com/retrotech/xa/"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/xa-2.3.11.tar.gz \
|
||||
https://slackware.uk/~urchlay/src/dxa-0.1.4.tar.gz"
|
||||
MD5SUM="72cbd5619f75b0c9839b90c41d0f9ea6 \
|
||||
|
|
Loading…
Reference in New Issue