wok-next view asciiquarium/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }