wok-stable view libQtXml/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 512d5480a9b3
children 30f0edfdd2e4
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtXml"
4 VERSION="4.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Qt Xml library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtNetwork"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.trolltech.com"
11 WANTED="qt-x11-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/libQtXml.so* $fs/usr/lib
18 cp -a $_pkg/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
19 }