wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libqwt5-qt4/receipt	Tue Jun 02 09:43:25 2009 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libqwt5-qt4"
     1.7 +VERSION="5.2.0"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Lib Qt Widgets for Technical applications"
    1.10 +MAINTAINER="slitaz@objectif-securite.ch"
    1.11 +DEPENDS="libQtCore libQtGui"
    1.12 +BUILD_DEPENDS="qt-x11-opensource-src"
    1.13 +TARBALL="qwt-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://qwt.sourceforge.net"
    1.15 +WGET_URL="http://switch.dl.sourceforge.net/sourceforge/qwt/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd qwt-$VERSION
    1.21 +	qmake
    1.22 +	make &&
    1.23 +	make INSTALL_ROOT=$PWD/../_pkg install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/lib
    1.30 +	cp -a $PWD/_pkg/usr/local/qwt-$VERSION/lib/libqwt.so* $fs/usr/lib
    1.31 +}
    1.32 +
    1.33 +# clean commands for Tazwok.
    1.34 +clean_wok()
    1.35 +{
    1.36 +	rm -rf $WOK/$PACKAGE/_pkg
    1.37 +	rm -rf $WOK/$PACKAGE/qwt-$VERSION
    1.38 +}