wok-next diff bastet/receipt @ rev 21506

updated augeas (1.11.0 -> 1.12.0)
author Hans-G?nter Theisgen
date Fri Jun 19 08:02:39 2020 +0100 (2020-06-19)
parents d5aab818505e
children
line diff
     1.1 --- a/bastet/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/bastet/receipt	Fri Jun 19 08:02:39 2020 +0100
     1.3 @@ -13,6 +13,9 @@
     1.4  WGET_URL="https://github.com/fph/bastet/archive/${COMMIT:-$VERSION}.tar.gz"
     1.5  
     1.6  BUILD_DEPENDS="ncurses-dev boost-dev boost-program-options"
     1.7 +DEPENDS="boost-program-options ncurses"
     1.8 +
     1.9 +TAGS="tetris"
    1.10  
    1.11  compile_rules() {
    1.12  	cp $stuff/*.png $src
    1.13 @@ -20,9 +23,3 @@
    1.14  	make &&
    1.15  	make install
    1.16  }
    1.17 -
    1.18 -genpkg_rules() {
    1.19 -	copy @std
    1.20 -	DEPENDS="boost-program-options ncurses"
    1.21 -	TAGS="tetris"
    1.22 -}