wok annotate arora/receipt @ rev 11167
Up: glib to 2.30.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 02 07:08:08 2011 +0000 (2011-11-02) |
parents | 28c4209ebe1d |
children | 8e4c74abdf74 |
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 && |
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 } |