wok view libQtDesigner/receipt @ rev 4753

Up: cyrus-sasl* (2.1.23) security fix.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 09 22:20:51 2010 +0100 (2010-01-09)
parents
children 3e599985638d
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDesigner"
4 VERSION="4.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Qt Designer"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore libQtGui"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.trolltech.com"
11 #WGET_URL=""
12 WANTED="qt-x11-opensource-src"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib
19 }