wok-4.x view libQtOpenGL/receipt @ rev 7674
Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Dec 16 17:16:06 2010 +0000 (2010-12-16) |
parents | 99e3675b8ff1 |
children | 20c7c65ea549 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtOpenGL"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt Network Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://qt.nokia.com/"
11 WANTED="qt4"
12 SOURCE="qt-everywhere-opensource-src"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
19 cp -a $_pkg/usr/lib/libQtOpenGL.so* $fs/usr/lib
20 }