wok-6.x view asciiquarium/receipt @ rev 20671
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 24 11:33:03 2019 +0100 (2019-01-24) |
parents | f4c22f009037 |
children | 3232bb723678 |
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 LICENSE="GPL2"
9 WEB_SITE="https://robobunny.com/projects/asciiquarium/html/"
10 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
11 WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
12 TAGS="screensaver"
14 DEPENDS="perl-animation perl-curses"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
20 return 0
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/asciiquarium $fs/usr/bin
28 chmod a+x $fs/usr/bin/asciiquarium
29 chown -R root:root $fs
30 }