wok-6.x rev 3198
added libQtDesigner
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Thu May 28 11:41:10 2009 +0000 (2009-05-28) |
parents | ba5bb45bb8fa |
children | 39f7ed4719c1 |
files | libQtDesigner/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libQtDesigner/receipt Thu May 28 11:41:10 2009 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libQtDesigner" 1.7 +VERSION="4.5.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Qt Designer" 1.10 +MAINTAINER="allan316@gmail.com" 1.11 +DEPENDS="libQtCore libQtGui" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.trolltech.com" 1.14 +#WGET_URL="" 1.15 +WANTED="qt-x11-opensource-src" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib 1.22 +} 1.23 +