Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=468a7a1e23cf927ae15d9bc0f9838a7185d24368
commit 468a7a1e23cf927ae15d9bc0f9838a7185d24368 Author: crazy <[EMAIL PROTECTED]> Date: Thu Nov 8 18:58:01 2007 +0100 qca-2.0.0-2-x86_64 * relbump * fixed qt4 depends() * removed scriptlet option , not needed for qt4 * removed source of qt4.sh.off does not exist anymore * disabled tests these gets build but not installed * and are not needed diff --git a/source/xlib-extra/qca/FrugalBuild b/source/xlib-extra/qca/FrugalBuild index 26b3747..e750e38 100644 --- a/source/xlib-extra/qca/FrugalBuild +++ b/source/xlib-extra/qca/FrugalBuild @@ -4,21 +4,20 @@ pkgname=qca pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions." url="http://delta.affinix.com/qca/" groups=('xlib-extra') archs=('i686' 'x86_64') license="LGPL 2.1" -depends=('qt4>=4.2') +depends=('libqtcore') source=(http://delta.affinix.com/download/qca/2.0/qca-$pkgver.tar.bz2) up2date="lynx -dump http://delta.affinix.com/download/qca/2.0 |Flasttarbz2" -options=('scriptlet') sha1sums=('5b896647426637e1974703f2950786746408c70b') -build() { - source /etc/profile.d/qt4.sh.off || Fdie - Fmake +build() +{ + Fmake --disable-tests --release Fmakeinstall INSTALL_ROOT=$Fdestdir } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
