wok-next view scrollz/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents eee8fbf2a2e7
children 8e1b2a143eb3
line source
1 # SliTaz package receipt.
3 PACKAGE="scrollz"
4 VERSION="2.2.3"
5 CATEGORY="network"
6 SHORT_DESC="ScrollZ IRC client."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.scrollz.com/"
11 WGET_URL="git|git://github.com/ScrollZ/ScrollZ"
13 DEPENDS=""
14 BUILD_DEPENDS="git bzip2"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 # remove stuff
29 rm -rf $fs/usr/share/man
30 }