wok view asciiquarium/receipt @ rev 14247

syslinux/iso2exe: use posixovl -F
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 23:14:15 2013 +0100 (2013-03-24)
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 }