wok rev 1369

Add Qt4-dev
author Allan Pinto <allan316@gmail.com>
date Thu Sep 11 19:02:45 2008 +0000 (2008-09-11)
parents 2b893817ace3
children 0e8a884c7a3c
files Qt4-dev/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Qt4-dev/receipt	Thu Sep 11 19:02:45 2008 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="Qt4-dev"
     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="qt-x11-opensource-src"
    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 +WANTED="qt-x11-opensource-src"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr
    1.21 +	cp -a $_pkg/usr/include $fs/usr
    1.22 +}
    1.23 +