wok diff libqwt5-qt4-dev/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-dev/receipt	Tue Jun 02 09:43:25 2009 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libqwt5-qt4-dev"
     1.7 +VERSION="5.2.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Lib Qt Widgets for Technical applications"
    1.10 +MAINTAINER="slitaz@objectif-securite.ch"
    1.11 +DEPENDS="qt-x11-opensource-src libqwt5-qt4"
    1.12 +TARBALL="qwt-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://qwt.sourceforge.net"
    1.14 +WANTED="libqwt5-qt4"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/include
    1.20 +	cp -a $PWD/_pkg/usr/local/qwt-$VERSION/include/*.h $fs/usr/include
    1.21 +}
    1.22 +
    1.23 +# clean commands for Tazwok.
    1.24 +clean_wok()
    1.25 +{
    1.26 +	rm -rf $WOK/$PACKAGE/_pkg
    1.27 +}