wok-current view qt-x11-opensource-src/receipt @ rev 1387
Fix: DEPENDS mpd
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Sep 17 20:03:35 2008 +0000 (2008-09-17) |
parents | |
children | 3d99ecce2d4b |
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 ./configure --prefix=$PWD/_pkg/usr
19 $CONFIGURE_ARGS
20 make
21 make install
22 }