# HG changeset patch # User Allan Pinto # Date 1240997287 0 # Node ID 835603764833930cd15e81edbae515889ee69e77 # Parent efc44f39960689cdb812afa26b8db8483b5ca37c update qt-4.4.1 to qt-4.5.0 diff -r efc44f399606 -r 835603764833 qt-x11-opensource-src/receipt --- a/qt-x11-opensource-src/receipt Tue Apr 28 15:36:12 2009 +0000 +++ b/qt-x11-opensource-src/receipt Wed Apr 29 09:28:07 2009 +0000 @@ -1,24 +1,23 @@ # SliTaz package receipt. PACKAGE="qt-x11-opensource-src" -VERSION="4.4.1" +VERSION="4.5.0" CATEGORY="development" SHORT_DESC="qt x11 toolkit" MAINTAINER="allan316@gmail.com" -DEPENDS="slitaz-dev-pkgs" -BUILD_DEPENDS="xorg-libX11-dev dbus-dev" +DEPENDS="glibc-locale" +BUILD_DEPENDS="xorg-libX11-dev dbus-dev slitaz-dev-pkgs" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.trolltech.com" -WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL" +WGET_URL="ftp://get.qtsoftware.com/qt/source/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - mkdir -p _pkg/usr/ - yes yes | ./configure --prefix=$PWD/_pkg/usr && + yes yes | ./configure --prefix=/usr && make && - make install + make INSTALL_ROOT=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.