Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06135e7494cd797f1185edb11356b441b2c74a7d
commit 06135e7494cd797f1185edb11356b441b2c74a7d Author: Melko <[email protected]> Date: Thu Nov 10 23:46:35 2011 +0100 qupzilla-1.0.0-1-i686 * new package diff --git a/source/xapps-extra/qupzilla/FrugalBuild b/source/xapps-extra/qupzilla/FrugalBuild new file mode 100644 index 0000000..bf8ed9c --- /dev/null +++ b/source/xapps-extra/qupzilla/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 1.52 SBU +# Maintainer: Melko <[email protected]> + +pkgname=qupzilla +pkgver=1.0.0 +pkgrel=1 +pkgdesc="Web browser written in Qt." +url="http://www.qupzilla.co.cc" +depends=('libqtwebkit' 'libqtscript' 'libqtsql' 'bzip2') +groups=('xapps-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump http://qt-apps.org/content/show.php?content=145693 | sed -n 's/^v\([0-9.]*\)/\1/p'" +source=(https://github.com/nowrep/QupZilla/tarball/master/nowrep-${pkgname}v${pkgver}-final-0-gae19893.tar.gz) +sha1sums=('6de2900171575442b444326aaef0074a1e153972') + +build() { + Fcd nowrep-QupZilla-e05b623/src + qmake QupZilla.pro || Fdie + Fmake + Fmakeinstall INSTALL_ROOT=$Fdestdir +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
