wok annotate libqwt5-qt4/receipt @ rev 3277

Add: ophcrack, libqwt5-qt4, libqwt5-qt4-dev
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Tue Jun 02 09:43:25 2009 +0200 (2009-06-02)
parents
children 187483fb9c67
rev   line source
slitaz@3277 1 # SliTaz package receipt.
slitaz@3277 2
slitaz@3277 3 PACKAGE="libqwt5-qt4"
slitaz@3277 4 VERSION="5.2.0"
slitaz@3277 5 CATEGORY="graphics"
slitaz@3277 6 SHORT_DESC="Lib Qt Widgets for Technical applications"
slitaz@3277 7 MAINTAINER="slitaz@objectif-securite.ch"
slitaz@3277 8 DEPENDS="libQtCore libQtGui"
slitaz@3277 9 BUILD_DEPENDS="qt-x11-opensource-src"
slitaz@3277 10 TARBALL="qwt-$VERSION.tar.bz2"
slitaz@3277 11 WEB_SITE="http://qwt.sourceforge.net"
slitaz@3277 12 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/qwt/$TARBALL"
slitaz@3277 13
slitaz@3277 14 # Rules to configure and make the package.
slitaz@3277 15 compile_rules()
slitaz@3277 16 {
slitaz@3277 17 cd qwt-$VERSION
slitaz@3277 18 qmake
slitaz@3277 19 make &&
slitaz@3277 20 make INSTALL_ROOT=$PWD/../_pkg install
slitaz@3277 21 }
slitaz@3277 22
slitaz@3277 23 # Rules to gen a SliTaz package suitable for Tazpkg.
slitaz@3277 24 genpkg_rules()
slitaz@3277 25 {
slitaz@3277 26 mkdir -p $fs/usr/lib
slitaz@3277 27 cp -a $PWD/_pkg/usr/local/qwt-$VERSION/lib/libqwt.so* $fs/usr/lib
slitaz@3277 28 }
slitaz@3277 29
slitaz@3277 30 # clean commands for Tazwok.
slitaz@3277 31 clean_wok()
slitaz@3277 32 {
slitaz@3277 33 rm -rf $WOK/$PACKAGE/_pkg
slitaz@3277 34 rm -rf $WOK/$PACKAGE/qwt-$VERSION
slitaz@3277 35 }