wok view qt-x11-opensource-src/receipt @ rev 1514

Update some BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 06 19:20:18 2008 +0000 (2008-10-06)
parents 3d99ecce2d4b
children d86a706d7fcd
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 BUILD_DEPENDS="xorg-libX11-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.trolltech.com"
12 WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir -p _pkg/usr/
19 yes yes | ./configure --prefix=$PWD/_pkg/usr &&
20 make &&
21 make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 # dummy tree to avoid 'tazwok cmp --cook' building loop
28 mkdir $fs/etc
29 }