wok view libQtDesigner/receipt @ rev 3930

Update: binutils (toolprefixed binaries with default binutil symlinks; needed for builds expecting toolprefixed binutil binaries when a target platform [e.g. i486-pc-linux-gnu] is specified)
author Matthew Sheets <rcx@zoominternet.net>
date Wed Aug 19 16:02:07 2009 +0000 (2009-08-19)
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 }