wok view asciiquarium/receipt @ rev 4136

Up: xfce-utils (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:30:07 2009 +0000 (2009-09-20)
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 }