wok annotate arora/receipt @ rev 11659

xfe, Improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 12 22:40:16 2012 +0100 (2012-02-12)
parents 59009b1c6878
children 69556ecaa5d3
rev   line source
devl547@5628 1 # SliTaz package receipt.
devl547@5628 2
devl547@5628 3 PACKAGE="arora"
slaxemulator@6875 4 VERSION="0.11.0"
pascal@5722 5 CATEGORY="network"
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"
pascal@8940 11 BUILD_DEPENDS="Qt4-dev qmake qt4-phonon libsqlite"
slaxemulator@6875 12 DEPENDS="qt4-phonon libQtGui libQtWebkit libQtDBus libQtXml libQtScript"
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 &&
gokhlayeh@11574 19 make $MAKEFLAGS
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 }