wok view asciiquarium/receipt @ rev 14789

Fix ownership and permissions for some files in some packages: adeskbar, ajaxterm, amsn, anacron, arora, asciiquarium, assaultcube-data, asterisk-sound-fr, asterisk-sound, attr-dev, attr, audacious, avidemux, awstats, bind-dev, binutils, blogotext, bootchart, btanks, bzip2-dev, c-client, cairo-dock.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 11:45:27 2013 +0300 (2013-07-08)
parents f4fd0777003f
children f4c22f009037
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 WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/"
9 TARBALL="${PACKAGE}_${VERSION}.tar.gz"
10 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
11 TAGS="screensaver"
13 DEPENDS="perl-animation perl-curses"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mv ${PACKAGE}_${VERSION} $src 2> /dev/null
19 return 0
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/asciiquarium $fs/usr/bin
27 chmod a+x $fs/usr/bin/asciiquarium
28 chown -R root:root $fs
29 }