wok-current view Qt4-dev/receipt @ rev 2387
squid: Add auth support. Move squid stuff to /usr/share/squid
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Mar 09 23:58:18 2009 +0100 (2009-03-09) |
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 }