wok view asciiquarium/receipt @ rev 2025

Up: enlightenment (0.16.999.050) - Snapshot 2008-09-25
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 08 22:35:58 2009 +0100 (2009-01-08)
parents
children f4fd0777003f
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 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
9 WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
10 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
11 DEPENDS="perl-animation perl-curses"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
17 return 0
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $src/asciiquarium $fs/usr/bin
25 chmod a+x $fs/usr/bin/asciiquarium
26 }