wok annotate libQtNetwork/receipt @ rev 13494

Add; buffer
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Oct 12 23:26:43 2012 +0200 (2012-10-12)
parents 492d81d36df5
children 68ec33732967
rev   line source
allan316@1361 1 # SliTaz package receipt.
allan316@1361 2
allan316@1361 3 PACKAGE="libQtNetwork"
slaxemulator@10082 4 VERSION="4.7.3"
allan316@1361 5 CATEGORY="development"
allan316@1361 6 SHORT_DESC="Qt Network Library"
allan316@1361 7 MAINTAINER="allan316@gmail.com"
allan316@1361 8 DEPENDS="libQtCore"
slaxemulator@5353 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
allan316@1361 12
allan316@1361 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1361 14 genpkg_rules()
allan316@1361 15 {
allan316@1361 16 mkdir -p $fs/usr/lib
allan316@1361 17 cp -a $_pkg/usr/lib/libQtNetwork.so* $fs/usr/lib
allan316@1361 18 }
allan316@1361 19