wok view qupzilla/receipt @ rev 16030

busybox: enable FEATURE_SUID_CONFIG_QUIET
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 08 10:43:44 2014 +0000 (2014-03-08)
parents 153197073b2d
children 7cc051a48ec9
line source
1 # SliTaz PACKAGE receipt.
3 PACKAGE="qupzilla"
4 VERSION="v1.4.3"
5 CATEGORY="x-window"
6 SHORT_DESC="QupZilla is a new, lightweight and very fast QtWebKit browser"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/QupZilla/qupzilla"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
13 DEPENDS="qt4 openssl gst-plugins-base"
14 BUILD_DEPENDS="Qt4-dev qmake openssl-dev wget"
15 SUGGESTED="qupzilla-locales"
17 # Rules to configure and make the PACKAGE.
18 compile_rules()
19 {
20 export QUPZILLA_PREFIX="$DESTDIR/usr/"
21 qmake &&
22 make && make install
23 }
25 # Rules to gen a SliTaz PACKAGE suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/$PACKAGE
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 cp -a $install/usr/share/$PACKAGE/themes $fs/usr/share/$PACKAGE
32 }