wok view qmake/receipt @ rev 9153

Add firmware receipt. This is firmware that can be repackage. As long as the license is in the package we are in the clear. NOTE: There is a lot more wanted packages for this to come.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 07 02:21:03 2011 +0000 (2011-03-07)
parents 129bb5b11a7e
children 02bbaa9d12ba
line source
1 # SliTaz package receipt.
3 PACKAGE="qmake"
4 VERSION="4.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Qt make"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="zlib gcc-lib-base"
9 WEB_SITE="http://qt.nokia.com/"
10 WANTED="qt4"
11 SOURCE="qt-everywhere-opensource-src"
12 TAGS="qt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $_pkg/usr/bin/qmake $fs/usr/bin
19 cp -a $_pkg/usr/bin/moc $fs/usr/bin
20 cp -a $_pkg/usr/bin/uic $fs/usr/bin
21 strip -s $fs/usr/bin/*
22 }