wok-stable view libQtNetwork/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents 492d81d36df5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtNetwork"
4 VERSION="4.7.3"
5 CATEGORY="development"
6 SHORT_DESC="Qt Network Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
11 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 cp -a $_pkg/usr/lib/libQtNetwork.so* $fs/usr/lib
18 }