wok-next view asciiquarium/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents 7b8e000b629f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciiquarium"
4 VERSION="1.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text console screensaver"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://robobunny.com/projects/asciiquarium/html/index.cgi"
10 HOST_ARCH="any"
12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
13 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
15 DEPENDS_std="perl-term-animation perl-curses"
16 TAGS_std="screensaver"
18 compile_rules() {
19 install -Dm755 asciiquarium $install/usr/bin/asciiquarium
20 }