wok annotate libQtSql/receipt @ rev 5353

Up: qt-everywhere-opensource-src (4.6.2) - Renamed qt-x11-opensource-src to qt-everywhere-opensource-src. Updated WEBSITE and WGET_URL. Remove libQtOpenGL since its not in qt anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:29:16 2010 +0000 (2010-04-28)
parents 92381ddd267d
children 6a0db6c0b0fe
rev   line source
allan316@1368 1 # SliTaz package receipt.
allan316@1368 2
allan316@1368 3 PACKAGE="libQtSql"
slaxemulator@5353 4 VERSION="4.6.2"
allan316@1368 5 CATEGORY="development"
allan316@1368 6 SHORT_DESC="Qt sql Library"
allan316@1368 7 MAINTAINER="allan316@gmail.com"
allan316@1368 8 DEPENDS="libQtCore"
allan316@1368 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@5353 10 WEB_SITE="http://qt.nokia.com/"
slaxemulator@5353 11 WANTED="qt-everywhere-opensource-src"
allan316@1368 12 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1368 13 genpkg_rules()
allan316@1368 14 {
allan316@1368 15 mkdir -p $fs/usr/lib
allan316@1368 16 cp -a $_pkg/usr/lib/libQtSql.so* $fs/usr/lib
allan316@1368 17 }
allan316@1368 18