wok view asciiquarium/receipt @ rev 17280

Up: udisks2 (2.1.3), libsoup (2.48.0), gvfs (1.22.1). Update gtk+3
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 26 19:07:05 2014 +0200 (2014-10-26)
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 }