wok-stable rev 2804
update qt-4.4.1 to qt-4.5.0
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Wed Apr 29 09:28:07 2009 +0000 (2009-04-29) |
parents | efc44f399606 |
children | 5bf6a67ec7a9 |
files | qt-x11-opensource-src/receipt |
line diff
1.1 --- a/qt-x11-opensource-src/receipt Tue Apr 28 15:36:12 2009 +0000 1.2 +++ b/qt-x11-opensource-src/receipt Wed Apr 29 09:28:07 2009 +0000 1.3 @@ -1,24 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="qt-x11-opensource-src" 1.7 -VERSION="4.4.1" 1.8 +VERSION="4.5.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="qt x11 toolkit" 1.11 MAINTAINER="allan316@gmail.com" 1.12 -DEPENDS="slitaz-dev-pkgs" 1.13 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev" 1.14 +DEPENDS="glibc-locale" 1.15 +BUILD_DEPENDS="xorg-libX11-dev dbus-dev slitaz-dev-pkgs" 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WEB_SITE="http://www.trolltech.com" 1.18 -WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL" 1.19 +WGET_URL="ftp://get.qtsoftware.com/qt/source/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 - mkdir -p _pkg/usr/ 1.26 - yes yes | ./configure --prefix=$PWD/_pkg/usr && 1.27 + yes yes | ./configure --prefix=/usr && 1.28 make && 1.29 - make install 1.30 + make INSTALL_ROOT=$PWD/_pkg install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.