wok-next annotate 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
rev   line source
al@20461 1 # SliTaz package receipt v2.
pascal@1732 2
pascal@1732 3 PACKAGE="asciiquarium"
al@20946 4 VERSION="1.1"
pascal@1732 5 CATEGORY="system-tools"
al@20461 6 SHORT_DESC="Text console screensaver"
pascal@1732 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://robobunny.com/projects/asciiquarium/html/"
al@21048 10 HOST_ARCH="any"
al@20461 11
al@21020 12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
al@20906 13 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
al@14789 14
al@21048 15 DEPENDS_std="perl-term-animation perl-curses"
al@21048 16 TAGS_std="screensaver"
al@21048 17
al@20461 18 compile_rules() {
al@20946 19 install -Dm755 asciiquarium $install/usr/bin/asciiquarium
pascal@1732 20 }