wok view libQtCore/receipt @ rev 17300

Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 23:27:48 2014 +0100 (2014-10-30)
parents 28d590d94cce
children 6f7fb054296c
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtCore"
4 VERSION="4.8.6"
5 CATEGORY="development"
6 SHORT_DESC="Qt Core files"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
12 DEPENDS="glib zlib gcc-lib-base libpthread-stubs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/libQtCore.so* $fs/usr/lib
19 }