wok annotate libQtCore/receipt @ rev 11426
Compat: ntop - don't trigger cook of splitted packages when using tazwok (that's automatic)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Dec 14 15:56:46 2011 +0100 (2011-12-14) |
parents | 492d81d36df5 |
children | 68ec33732967 |
rev | line source |
---|---|
allan316@1359 | 1 # SliTaz package receipt. |
allan316@1359 | 2 |
allan316@1359 | 3 PACKAGE="libQtCore" |
slaxemulator@10082 | 4 VERSION="4.7.3" |
allan316@1359 | 5 CATEGORY="development" |
allan316@1359 | 6 SHORT_DESC="Qt Core files" |
allan316@1359 | 7 MAINTAINER="allan316@gmail.com" |
pascal@5003 | 8 DEPENDS="glib zlib gcc-lib-base" |
slaxemulator@5353 | 9 WEB_SITE="http://qt.nokia.com/" |
jozee@5369 | 10 WANTED="qt4" |
jozee@5369 | 11 SOURCE="qt-everywhere-opensource-src" |
allan316@1359 | 12 |
allan316@1359 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
allan316@1359 | 14 genpkg_rules() |
allan316@1359 | 15 { |
allan316@1359 | 16 mkdir -p $fs/usr/lib |
allan316@1359 | 17 cp -a $_pkg/usr/lib/libQtCore.so* $fs/usr/lib |
allan316@1359 | 18 } |
allan316@1359 | 19 |