wok view asciiquarium/receipt @ rev 20914

updated fbgrab (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Thu Feb 28 15:05:12 2019 +0100 (2019-02-28)
parents 3232bb723678
children 9880378cbf5b
line source
1 # SliTaz package receipt.
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"
11 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
12 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
13 TAGS="screensaver"
15 DEPENDS="perl-animation perl-curses"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
21 return 0
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/asciiquarium $fs/usr/bin
29 chmod a+x $fs/usr/bin/asciiquarium
30 chown -R root:root $fs
31 }