wok annotate libQtCore/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents 568b7f4604a2
children 492d81d36df5
rev   line source
allan316@1359 1 # SliTaz package receipt.
allan316@1359 2
allan316@1359 3 PACKAGE="libQtCore"
slaxemulator@7209 4 VERSION="4.7.1"
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