wok view asciiquarium/receipt @ rev 18945

Up: vlc (2.2.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 17:32:17 2016 +0100 (2016-03-03)
parents a7b54d88ae54
children 6e8b1bcb30e2
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="http://www.robobunny.com/projects/$PACKAGE/html/"
10 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
11 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$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 }