wok-next diff screentest/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line diff
     1.1 --- a/screentest/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/screentest/receipt	Wed May 13 07:41:00 2020 +0100
     1.3 @@ -12,6 +12,9 @@
     1.4  WGET_URL="https://github.com/TobiX/screentest/archive/$VERSION.tar.gz"
     1.5  
     1.6  BUILD_DEPENDS="gtk2-dev libglade-dev automake autoconf libtool"
     1.7 +DEPENDS="gtk2 libglade"
     1.8 +
     1.9 +TAGS="test diagnostic screen"
    1.10  
    1.11  compile_rules() {
    1.12  	sed -i 's/prune , -name/prune -or -name/' autogen.sh
    1.13 @@ -22,9 +25,3 @@
    1.14  	make &&
    1.15  	make DESTDIR=$install install
    1.16  }
    1.17 -
    1.18 -genpkg_rules() {
    1.19 -	copy @std
    1.20 -	DEPENDS="gtk2 libglade"
    1.21 -	TAGS="test diagnostic screen"
    1.22 -}