wok-current view libQtCore/receipt @ rev 19194
Add: EtherApe. A graphical network monitor for SliTaz.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Mon Jun 06 09:08:05 2016 -0300 (2016-06-06) |
parents | be7b188ef115 |
children | 9cb6a23202c2 |
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"
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 }