wok view libQt3Support/receipt @ rev 7924

Removed arch patches for GConf. There not working and i don't think we need them.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 09 22:30:39 2011 +0000 (2011-01-09)
parents 99e3675b8ff1
children 20c7c65ea549
line source
1 # SliTaz package receipt.
3 PACKAGE="libQt3Support"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt3 support Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtGui libQtSql libQtXml"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qt.nokia.com/"
11 WANTED="qt4"
12 SOURCE="qt-everywhere-opensource-src"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
18 cp -a $_pkg/usr/lib/libQt3Support.so* $fs/usr/lib
19 }