Browse Source
gis/osm-gps-map: Updated for version 1.2.0; new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
Gene Carlson
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
12 additions and
9 deletions
-
gis/osm-gps-map/osm-gps-map.SlackBuild
-
gis/osm-gps-map/osm-gps-map.info
|
|
@ -3,6 +3,7 @@ |
|
|
|
# Slackware build script for osm-gps-map |
|
|
|
|
|
|
|
# Copyright 2015 David Spencer, Baildon, West Yorkshire, U.K. |
|
|
|
# Copyright 2024 K. Eugene Carlson, Tsukuba, Japan |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,8 +26,8 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=osm-gps-map |
|
|
|
VERSION=${VERSION:-1.1.0} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
VERSION=${VERSION:-1.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
@ -79,6 +80,8 @@ find -L . \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
|
|
|
|
OSNAME="$(awk -F= '/^ID=/{print $2}' /etc/os-release)" |
|
|
|
|
|
|
|
./autogen.sh |
|
|
|
|
|
|
|
CFLAGS="$SLKCFLAGS" \ |
|
|
@ -92,7 +95,7 @@ CXXFLAGS="$SLKCFLAGS" \ |
|
|
|
--docdir=/usr/doc/$PRGNAM-$VERSION \ |
|
|
|
--disable-static \ |
|
|
|
--enable-introspection=no \ |
|
|
|
--build=$ARCH-slackware-linux |
|
|
|
--build=$ARCH-$OSNAME-linux |
|
|
|
|
|
|
|
make |
|
|
|
make install DESTDIR=$PKG |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="osm-gps-map" |
|
|
|
VERSION="1.1.0" |
|
|
|
VERSION="1.2.0" |
|
|
|
HOMEPAGE="http://nzjrs.github.io/osm-gps-map/" |
|
|
|
DOWNLOAD="https://github.com/nzjrs/osm-gps-map/archive/1.1.0/osm-gps-map-1.1.0.tar.gz" |
|
|
|
MD5SUM="5e9dc55922a597798ef4411130815212" |
|
|
|
DOWNLOAD="https://github.com/nzjrs/osm-gps-map/archive/1.2.0/osm-gps-map-1.2.0.tar.gz" |
|
|
|
MD5SUM="a361b13d39d2136e1e088fdfd3347fa6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="gnome-common" |
|
|
|
MAINTAINER="David Spencer" |
|
|
|
EMAIL="baildon.research@googlemail.com" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="K. Eugene Carlson" |
|
|
|
EMAIL="kvngncrlsn@gmail.com" |