Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=dex77stuff.git;a=commitdiff;h=dc562847308f52902b69d971724102f6bebfe918
commit dc562847308f52902b69d971724102f6bebfe918 Author: marius <[email protected]> Date: Wed Feb 25 18:42:47 2015 +0200 qbs-1.3.3-1-x86_64 * new package diff --git a/source/devel-extra/qbs/FrugalBuild b/source/devel-extra/qbs/FrugalBuild new file mode 100644 index 0000000..a0f7ce9 --- /dev/null +++ b/source/devel-extra/qbs/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 1.88 SBU +# Maintainer: Marius Cirsta <[email protected]> + +options+=('asneeded') + +pkgname=qbs +pkgver=1.3.3 +pkgrel=1 +pkgdesc="A tool that helps simplify the build process for developing projects across multiple platforms" +url="http://doc.qt.io/qbs/index.html" +depends=('libqt5core' 'libqt5xml' 'libqt5scripttools' 'libqt5test') +groups=('devel-extra') +archs=('i686' 'x86_64' 'arm') +up2date="lynx --dump http://doc.qt.io/qbs/index.html | egrep 'Version\ [\.0-9]+' | sed 's/Version\ \([0-9\.]*\)/\1/'" +source=(http://download.qt.io/official_releases/qbs/${pkgver}/qbs-${pkgver}.src.tar.gz) +sha1sums=('3fd6437114981992ff94f54ddc93f083c820f733') +#Fconfopts="$Fconfopts --system-libs --enable-ccache --prefix=/usr" + +build() { + Fcd + qmake-qt5 -r qbs.pro || Fdie + Fmake +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
