wok view arora/receipt @ rev 5713

Up osmo (0.2.10)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 08:29:46 2010 +0200 (2010-06-24)
parents
children 87da741438a2
line source
1 # SliTaz package receipt.
3 PACKAGE="arora"
4 VERSION="0.10.2"
5 CATEGORY="internet"
6 SHORT_DESC="A cross-platform Qt4 WebKit browser"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://arora.googlecode.com/"
10 WGET_URL="$WEB_SITE/files/$TARBALL"
11 BUILD_DEPENDS="Qt4-dev qmake"
12 DEPENDS="Qt4-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 qmake &&
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/arora $fs/usr/bin
27 }