wok annotate arora/receipt @ rev 7895

automake: fix depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Jan 09 13:59:24 2011 +0100 (2011-01-09)
parents 52602fbd3289
children 59009b1c6878
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@5805 11 BUILD_DEPENDS="Qt4-dev qmake qt4-phonon"
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 &&
pascal@5805 19 make -j 4
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 }