wok view Qt4-dev/receipt @ rev 1671

Add perl-mime-base64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 08 13:56:37 2008 +0000 (2008-11-08)
parents eddf20fc0cab
children ccf267089b6c
line source
1 # SliTaz package receipt.
3 PACKAGE="Qt4-dev"
4 VERSION="4.4.1"
5 CATEGORY="development"
6 SHORT_DESC="qt x11 toolkit"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.trolltech.com"
11 WANTED="qt-x11-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/include $fs/usr
18 }