wok-6.x view libQtDesigner/receipt @ rev 7832
Add get-LibreOffice (v1.0) - script (based on get-OpenOffice3) to download and package LibreOffice w/out lang. packs
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Sun Dec 26 22:00:38 2010 +0000 (2010-12-26) |
parents | 99e3675b8ff1 |
children | 20c7c65ea549 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtDesigner"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt Designer"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore libQtGui libQtScript libQtXml"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.trolltech.com"
11 WANTED="qt4"
12 SOURCE="qt-everywhere-opensource-src"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
19 cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib
20 }