wok view asciiquarium/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents 6e8b1bcb30e2
children 2c15172a1078
line source
1 # SliTaz package receipt.
3 PACKAGE="asciiquarium"
4 VERSION="1.0"
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 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
11 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
12 TAGS="screensaver"
14 DEPENDS="perl-animation perl-curses"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
20 return 0
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/asciiquarium $fs/usr/bin
28 chmod a+x $fs/usr/bin/asciiquarium
29 chown -R root:root $fs
30 }