wok view qupzilla/receipt @ rev 17011

gnome-hearts: Update bdeps
author Yuri Pourre <yuripourre@gmail.com>
date Tue Aug 12 17:31:59 2014 -0300 (2014-08-12)
parents 2ff574d4aae8
children 1c8a8c24e47e
line source
1 # SliTaz PACKAGE receipt.
3 PACKAGE="qupzilla"
4 VERSION="1.6.6"
5 CATEGORY="network"
6 SHORT_DESC="QupZilla - 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="git|git://github.com/QupZilla/qupzilla.git"
12 GENERIC_PIXMAPS="no"
14 DEPENDS="libQtCore libQtDBus libQtGui libQtNetwork libQtScript libQtSql \
15 libQtWebkit libQtXml libcrypto xorg-libX11 zlib"
16 BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev"
17 SUGGESTED="qupzilla-locales gst-plugins-base"
19 # Rules to configure and make the PACKAGE.
20 compile_rules()
21 {
22 qmake QupZilla.pro &&
23 make &&
24 make INSTALL_ROOT=$install install
25 }
27 # Rules to gen a SliTaz PACKAGE suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 rm -rf $fs/usr/share/bash-completion
32 for size in 64 128 256; do
33 rm -rf $fs/usr/share/icons/hicolor/${size}x$size
34 done
35 rm -rf $fs/usr/share/pixmaps
36 rm -rf $fs/usr/share/qupzilla/locale
37 }