wok-6.x view qt-x11-opensource-src/receipt @ rev 1511

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 23:16:15 2008 +0000 (2008-10-05)
parents 30037287225e
children 52dc4b48ed81
line source
1 # SliTaz package receipt.
3 PACKAGE="qt-x11-opensource-src"
4 VERSION="4.4.1"
5 CATEGORY="development"
6 SHORT_DESC="qt x11 toolkit"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="slitaz-dev-pkgs"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.trolltech.com"
11 WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 mkdir -p _pkg/usr/
18 yes yes | ./configure --prefix=$PWD/_pkg/usr &&
19 make &&
20 make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 # dummy tree to avoid 'tazwok cmp --cook' building loop
27 mkdir $fs/etc
28 }