wok-6.x annotate libQtDesigner/receipt @ rev 16617
libgd: it build with same receipt than december 2013 - but with error on libgd-config that may be present for a long time
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 08 20:04:50 2014 +0200 (2014-05-08) |
parents | 68ec33732967 |
children | 28d590d94cce |
rev | line source |
---|---|
allan316@3198 | 1 # SliTaz package receipt. |
allan316@3198 | 2 |
allan316@3198 | 3 PACKAGE="libQtDesigner" |
monghitri@13992 | 4 VERSION="4.8.4" |
allan316@3198 | 5 CATEGORY="development" |
allan316@3198 | 6 SHORT_DESC="Qt Designer" |
allan316@3198 | 7 MAINTAINER="allan316@gmail.com" |
pascal@15215 | 8 LICENSE="GPL3 LGPL2.1" |
monghitri@13992 | 9 WEB_SITE="http://qt-project.org/" |
jozee@5369 | 10 WANTED="qt4" |
allan316@3198 | 11 |
pascal@15215 | 12 DEPENDS="libQtCore libQtGui libQtScript libQtXml" |
pascal@15215 | 13 |
allan316@3198 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
allan316@3198 | 15 genpkg_rules() |
allan316@3198 | 16 { |
allan316@3198 | 17 mkdir -p $fs/usr/lib |
pascal@15215 | 18 cp -a $install/usr/lib/libQtDesigner*.so* $fs/usr/lib |
allan316@3198 | 19 } |
allan316@3198 | 20 |