Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kde358.git;a=commitdiff;h=1406ca1c7b47350820df10dcbe2b05f9b0aebd3f
commit 1406ca1c7b47350820df10dcbe2b05f9b0aebd3f Author: crazy <[EMAIL PROTECTED]> Date: Tue Oct 16 14:29:28 2007 +0200 pyqt-3.17.3-1-i686 * moved to 'xlib' diff --git a/source/kde/pyqt/FrugalBuild b/source/kde/pyqt/FrugalBuild deleted file mode 100644 index 65bce20..0000000 --- a/source/kde/pyqt/FrugalBuild +++ /dev/null @@ -1,30 +0,0 @@ -# Compiling Time: ~3.04 SBU -# Maintainer: voroskoi <[EMAIL PROTECTED]> - -pkgname=pyqt -origname=PyQt -pkgver=3.17.3 -pkgrel=1 -pkgdesc="PyQt is a set of Python bindings for the Qt toolkit." -url="http://www.riverbankcomputing.co.uk/pyqt/index.php" -# sip,qscintilla: see BTS-278 -depends=('qt' 'sip>=4.7' 'qscintilla>=1.71') -up2date="lynx -dump http://www.riverbankcomputing.co.uk/pyqt/download.php |grep 'PyQt-x11-gpl-3' |sed -ne 's/.*l-\(.*\).tar.gz .*/\1/;1 p'" -source=(http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/$origname-x11-gpl-$pkgver.tar.gz) -#up2date="lynx -dump http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/|Flasttar" -#source=(http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/$origname-x11-gpl-3-snapshot-$pkgver.tar.gz) -license="GPL" -groups=('kde') -archs=('i686' 'x86_64') -options=('scriptlet') - -build() { - Fcd $origname-x11-gpl-$pkgver - Fsed "sipcfg.version_to_string" "sipconfig.version_to_string" configure.py - echo "yes" | python configure.py -j 8 || Fdie - Fmake - Fmakeinstall -} -sha1sums=('ab74c9090564a09e90c57148f9193843b37fd53f') - -# optimization OK diff --git a/source/xlib/pyqt/FrugalBuild b/source/xlib/pyqt/FrugalBuild new file mode 100644 index 0000000..6464c32 --- /dev/null +++ b/source/xlib/pyqt/FrugalBuild @@ -0,0 +1,30 @@ +# Compiling Time: ~3.04 SBU +# Maintainer: voroskoi <[EMAIL PROTECTED]> + +pkgname=pyqt +origname=PyQt +pkgver=3.17.3 +pkgrel=1 +pkgdesc="PyQt is a set of Python bindings for the Qt toolkit." +url="http://www.riverbankcomputing.co.uk/pyqt/index.php" +# sip,qscintilla: see BTS-278 +depends=('qt' 'sip>=4.7' 'qscintilla>=1.71') +up2date="lynx -dump http://www.riverbankcomputing.co.uk/pyqt/download.php |grep 'PyQt-x11-gpl-3' |sed -ne 's/.*l-\(.*\).tar.gz .*/\1/;1 p'" +source=(http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/$origname-x11-gpl-$pkgver.tar.gz) +#up2date="lynx -dump http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/|Flasttar" +#source=(http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3/$origname-x11-gpl-3-snapshot-$pkgver.tar.gz) +license="GPL" +groups=('xlib') +archs=('i686' 'x86_64') +options=('scriptlet') + +build() { + Fcd $origname-x11-gpl-$pkgver + Fsed "sipcfg.version_to_string" "sipconfig.version_to_string" configure.py + echo "yes" | python configure.py -j 8 || Fdie + Fmake + Fmakeinstall +} +sha1sums=('ab74c9090564a09e90c57148f9193843b37fd53f') + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
