wok annotate 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
rev   line source
devl547@5628 1 # SliTaz package receipt.
devl547@5628 2
devl547@5628 3 PACKAGE="arora"
devl547@5628 4 VERSION="0.10.2"
devl547@5628 5 CATEGORY="internet"
devl547@5628 6 SHORT_DESC="A cross-platform Qt4 WebKit browser"
devl547@5628 7 MAINTAINER="devl547@gmail.com"
devl547@5628 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
devl547@5628 9 WEB_SITE="http://arora.googlecode.com/"
devl547@5628 10 WGET_URL="$WEB_SITE/files/$TARBALL"
devl547@5628 11 BUILD_DEPENDS="Qt4-dev qmake"
devl547@5628 12 DEPENDS="Qt4-dev"
devl547@5628 13
devl547@5628 14 # Rules to configure and make the package.
devl547@5628 15 compile_rules()
devl547@5628 16 {
devl547@5628 17 cd $src
devl547@5628 18 qmake &&
devl547@5628 19 make
devl547@5628 20 }
devl547@5628 21
devl547@5628 22 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5628 23 genpkg_rules()
devl547@5628 24 {
devl547@5628 25 mkdir -p $fs/usr/bin
devl547@5628 26 cp $src/arora $fs/usr/bin
devl547@5628 27 }