wok-next diff asciiquarium/receipt @ rev 21115

Update gtk3
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 12 17:51:19 2019 +0200 (2019-01-12)
parents d5aab818505e
children 69bb65a67c90
line diff
     1.1 --- a/asciiquarium/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/asciiquarium/receipt	Sat Jan 12 17:51:19 2019 +0200
     1.3 @@ -7,16 +7,14 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://robobunny.com/projects/asciiquarium/html/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.10  WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
    1.11  
    1.12 +DEPENDS_std="perl-term-animation perl-curses"
    1.13 +TAGS_std="screensaver"
    1.14 +
    1.15  compile_rules() {
    1.16  	install -Dm755 asciiquarium $install/usr/bin/asciiquarium
    1.17  }
    1.18 -
    1.19 -genpkg_rules() {
    1.20 -	copy @std
    1.21 -	DEPENDS="perl-term-animation perl-curses"
    1.22 -	TAGS="screensaver"
    1.23 -}