mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/qlandkartegt: Updated for version 1.6.0, added license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
d09d9f85a0
commit
48767a3cef
2 changed files with 11 additions and 6 deletions
|
@ -1,11 +1,16 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Slackware build script for QLandkarteGT
|
# Slackware build script for QLandkarteGT
|
||||||
|
# Copyright 2012 Daniel Stolarski <daniel.stolarski@gmail.com>
|
||||||
# Written by Daniel Stolarski <daniel.stolarski@gmail.com>
|
#
|
||||||
|
# This program is free software. It comes without any warranty, to
|
||||||
|
# the extent permitted by applicable law. You can redistribute it
|
||||||
|
# and/or modify it under the terms of the Do What The Fuck You Want
|
||||||
|
# To Public License, Version 2, as published by Sam Hocevar. See
|
||||||
|
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||||
|
|
||||||
PRGNAM=qlandkartegt
|
PRGNAM=qlandkartegt
|
||||||
VERSION=${VERSION:-1.5.0}
|
VERSION=${VERSION:-1.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="qlandkartegt"
|
PRGNAM="qlandkartegt"
|
||||||
VERSION="1.5.0"
|
VERSION="1.6.0"
|
||||||
HOMEPAGE="http://www.qlandkarte.org"
|
HOMEPAGE="http://www.qlandkarte.org"
|
||||||
DOWNLOAD="http://downloads.sf.net/qlandkartegt/qlandkartegt-1.5.0.tar.gz"
|
DOWNLOAD="http://downloads.sf.net/qlandkartegt/qlandkartegt-1.6.0.tar.gz"
|
||||||
MD5SUM="6cee3d392ebbc13ec87f64a739a7225e"
|
MD5SUM="9a446c3c543f698eaaec05c083088035"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gdal"
|
REQUIRES="gdal"
|
||||||
|
|
Loading…
Reference in a new issue