wok annotate merkaartor/receipt @ rev 22362

imlib: giflib >= 5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 21 14:29:57 2019 +0100 (2019-11-21)
parents 3213a11c4cb4
children 5ea0ce1cecc0
rev   line source
pascal@17953 1 # SliTaz package receipt.
pascal@17953 2
pascal@17953 3 PACKAGE="merkaartor"
Hans-G?nter@21432 4 VERSION="0.18.3"
pascal@17953 5 CATEGORY="misc"
Hans-G?nter@21432 6 TAGS="openstreetmap"
pascal@17953 7 SHORT_DESC="An openstreetmap mapping program."
pascal@17953 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17953 9 LICENSE="GPL"
Hans-G?nter@21432 10 WEB_SITE="http://merkaartor.be/"
Hans-G?nter@21432 11
pascal@17953 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21432 13 WGET_URL="https://github.com/openstreetmap/$PACKAGE/archive/$VERSION.tar.gz"
pascal@17953 14
pascal@17953 15 DEPENDS="gdal proj libQtWebkit libQtSvg libQtXml libpostgresqlclient"
pascal@17953 16 BUILD_DEPENDS="wget Qt4-dev qmake gdal-dev proj-dev libQtWebkit"
pascal@17953 17
pascal@17953 18 # Rules to configure and make the package.
pascal@17953 19 compile_rules()
pascal@17953 20 {
pascal@21884 21 export CXXFLAGS="$CXXFLAGS -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H"
pascal@17953 22 qmake PREFIX="/usr/" &&
Hans-G?nter@21432 23 make $MAKEFLAGS -j 1 &&
pascal@17953 24 make INSTALL_ROOT=$DESTDIR install
pascal@17953 25 }
pascal@17953 26
pascal@17953 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17953 28 genpkg_rules()
pascal@17953 29 {
pascal@17953 30 cp -a $install/usr $fs
pascal@17953 31 }