wok diff diffpdf/receipt @ rev 22954
updated iperf (2.0.13 -> 3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 15:11:56 2020 +0100 (2020-02-28) |
parents | |
children | 95f66fb4280e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/diffpdf/receipt Fri Feb 28 15:11:56 2020 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="diffpdf" 1.7 +VERSION="2.1.3" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="PDF files comparator." 1.10 +MAINTAINER="maintainer@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://gitlab.com/eang/diffpdf" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +WGET_URL="http://www.qtrac.eu/$TARBALL" 1.16 + 1.17 +DEPENDS="poppler-qt4" 1.18 +BUILD_DEPENDS="poppler-qt4-dev qmake Qt4-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 +# export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11" 1.24 + 1.25 +# ./configure $CONFIGURE_ARGS && 1.26 + lrelease diffpdf.pro && 1.27 + qmake DESTDIR=$DESTDIR && 1.28 + make 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr/bin 1.35 + cp -a $install/diffpdf $fs/usr/bin 1.36 +}