wok view asciiquarium/receipt @ rev 14924

Up: firefox-langpack-zh_TW (17.0.7esr)
author Richard Dunbar <mojo@slitaz.org>
date Tue Aug 06 01:30:32 2013 +0000 (2013-08-06)
parents f4fd0777003f
children f4c22f009037
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 WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
9 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
10 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
11 TAGS="screensaver"
13 DEPENDS="perl-animation perl-curses"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
19 return 0
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/asciiquarium $fs/usr/bin
27 chmod a+x $fs/usr/bin/asciiquarium
28 chown -R root:root $fs
29 }