wok view libQtDesigner/receipt @ rev 4663

linux-source: tiny change on buildtaz
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Dec 28 23:53:32 2009 +0100 (2009-12-28)
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 }