wok diff quarry/receipt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 months ago)
parents 7c0170dd3ecc
children
line diff
     1.1 --- a/quarry/receipt	Wed Feb 23 11:49:52 2022 +0000
     1.2 +++ b/quarry/receipt	Sat Jul 23 17:54:01 2022 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="quarry"
     1.7 -VERSION="0.2.0"
     1.8 +VERSION="0.3.0.1"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://web.archive.org/web/20170506152503/http://home.gna.org/quarry/"
    1.15 -WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
    1.16 +WGET_URL="https://github.com/ejona86/quarry/archive/refs/tags/$VERSION.tar.gz"
    1.17  SUGGESTED="gnugo"
    1.18  
    1.19  DEPENDS="gtk+ librsvg libgsf xcb-util"
    1.20 @@ -25,6 +25,7 @@
    1.21  compile_rules()
    1.22  {
    1.23  	sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c
    1.24 +	touch help/de/quarry.html
    1.25  	./configure \
    1.26  		--prefix=/usr \
    1.27  		--libexecdir=/usr/lib \