wok diff libqwt5-qt4/receipt @ rev 24394
created recipe for python-distutils-extra
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 08 10:09:54 2022 +0100 (2022-02-08) |
parents | 76b72f1ad63c |
children | 65d7d867e0c1 |
line diff
1.1 --- a/libqwt5-qt4/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/libqwt5-qt4/receipt Tue Feb 08 10:09:54 2022 +0100 1.3 @@ -1,24 +1,25 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libqwt5-qt4" 1.7 -VERSION="5.2.0" 1.8 +VERSION="5.2.3" 1.9 CATEGORY="graphics" 1.10 -SHORT_DESC="Lib Qt Widgets for Technical applications" 1.11 +SHORT_DESC="Lib Qt Widgets for Technical applications." 1.12 MAINTAINER="slitaz@objectif-securite.ch" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="https://qwt.sourceforge.io" 1.15 + 1.16 SOURCE="qwt" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="http://qwt.sourceforge.net" 1.19 WGET_URL="http://switch.dl.sourceforge.net/sourceforge/qwt/$TARBALL" 1.20 +WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL" 1.21 1.22 -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" 1.23 -BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev" 1.24 +DEPENDS="gcc-lib-base libQtCore libQtDesigner libQtGui libQtScript libQtXml" 1.25 +BUILD_DEPENDS="$DEPENDS qmake qt4 Qt4-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - qmake 1.32 + qmake && 1.33 make -j1 && 1.34 make INSTALL_ROOT=$DESTDIR install 1.35 } 1.36 @@ -27,6 +28,8 @@ 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr/lib 1.40 - cp -a $install/usr/lib/qt $fs/usr/lib 1.41 - cp -a $install/usr/local/qwt-$VERSION/lib/libqwt.so* $fs/usr/lib 1.42 + 1.43 + cp -a $install/usr/lib/qt $fs/usr/lib 1.44 + cp -a $install/usr/local/qwt-$VERSION/lib/libqwt.so* \ 1.45 + $fs/usr/lib 1.46 }