wok view asciiquarium/receipt @ rev 6324

Up: dosfstools to 3.0.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 17:06:33 2010 +0000 (2010-09-17)
parents 4dddb82b1ff9
children a7b54d88ae54
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"
12 TAGS="screensaver"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
18 return 0
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/asciiquarium $fs/usr/bin
26 chmod a+x $fs/usr/bin/asciiquarium
27 }