wok rev 1358

Add qt-x11-opensource-src, no package added, needed for wanted variable
author Allan Pinto <allan316@gmail.com>
date Thu Sep 11 15:22:16 2008 +0000 (2008-09-11)
parents 14003687d2b8
children 8f11b072a7ee
files qt-x11-opensource-src/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qt-x11-opensource-src/receipt	Thu Sep 11 15:22:16 2008 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qt-x11-opensource-src"
     1.7 +VERSION="4.4.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="qt x11 toolkit"
    1.10 +MAINTAINER="allan316@gmail.com"
    1.11 +DEPENDS="slitaz-dev-pkgs"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.trolltech.com"
    1.14 +WGET_URL="ftp://ftp.tu-chemnitz.de/pub/Qt/qt/source/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	mkdir -p _pkg/usr/
    1.21 +	./configure --prefix=$PWD/_pkg/usr 
    1.22 +	$CONFIGURE_ARGS
    1.23 +	make
    1.24 +	make  install
    1.25 +}
    1.26 +
    1.27 +