wok annotate asciiquarium/receipt @ rev 22124

updated weechat (1.0.1 -> 2.6)
author Hans-G?nter Theisgen
date Sun Nov 03 17:12:38 2019 +0100 (2019-11-03)
parents 9880378cbf5b
children d8c511e24c20
rev   line source
pascal@1732 1 # SliTaz package receipt.
pascal@1732 2
pascal@1732 3 PACKAGE="asciiquarium"
Hans-G?nter@20722 4 VERSION="1.1"
pascal@1732 5 CATEGORY="system-tools"
pascal@1732 6 SHORT_DESC="Text console screensaver."
pascal@1732 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
pascal@21178 9 #WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi"
pascal@21178 10 WEB_SITE="https://github.com/cmatsuoka/asciiquarium"
Hans-G?nter@20722 11
pascal@1732 12 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
pascal@20671 13 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
al@14789 14 TAGS="screensaver"
al@14789 15
pascal@1732 16 DEPENDS="perl-animation perl-curses"
pascal@1732 17
pascal@1732 18 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1732 19 genpkg_rules()
pascal@1732 20 {
pascal@1732 21 mkdir -p $fs/usr/bin
pascal@1732 22 cp -a $src/asciiquarium $fs/usr/bin
pascal@1732 23 chmod a+x $fs/usr/bin/asciiquarium
al@14789 24 chown -R root:root $fs
pascal@1732 25 }
pascal@1732 26