wok-next view asciiquarium/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | a7b54d88ae54 |
children | 42d9d6d83956 |
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 }