wok annotate libQtOpenGL/receipt @ rev 9640

Fixed last commit.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 26 19:48:46 2011 +0000 (2011-04-26)
parents 20c7c65ea549
children d4259b0646e1
rev   line source
jozee@5369 1 # SliTaz package receipt.
jozee@5369 2
jozee@5369 3 PACKAGE="libQtOpenGL"
slaxemulator@9129 4 VERSION="4.7.2"
jozee@5369 5 CATEGORY="development"
jozee@5369 6 SHORT_DESC="Qt Network Library"
jozee@5369 7 MAINTAINER="allan316@gmail.com"
slaxemulator@6976 8 DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
jozee@5369 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
jozee@5369 12
jozee@5369 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5369 14 genpkg_rules()
jozee@5369 15 {
jozee@5369 16 mkdir -p $fs/usr/lib
jozee@5369 17 cp -a $_pkg/usr/lib/libQtOpenGL.so* $fs/usr/lib
jozee@5369 18 }
jozee@5369 19