wok view scrollz/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents
children 10baa41a7882
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.scrollz.com/"
10 WGET_URL="git|git://github.com/ScrollZ/ScrollZ"
12 DEPENDS=""
13 BUILD_DEPENDS="git bzip2"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 # remove stuff
28 rm -rf $fs/usr/share/man
29 }