wok-4.x view libQtDesigner/receipt @ rev 7499

Made all firefox-langpack copy files right. Looks like mv can't move folders even with -f option. Used a cp -af then rm -rf instead.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 00:03:00 2010 +0000 (2010-12-04)
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 }