wok annotate xxdiff/receipt @ rev 23766
qemu/cloop: tiny fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 06 19:55:46 2020 +0000 (2020-05-06) |
parents | |
children | 505527cf814f |
rev | line source |
---|---|
Hans-G?nter@21782 | 1 # SliTaz package receipt. |
Hans-G?nter@21782 | 2 |
Hans-G?nter@21782 | 3 PACKAGE="xxdiff" |
Hans-G?nter@21782 | 4 VERSION="4.01" |
Hans-G?nter@21782 | 5 CATEGORY="development" |
Hans-G?nter@21782 | 6 SHORT_DESC="A graphical front end to the diff command." |
Hans-G?nter@21782 | 7 MAINTAINER="developer@slitaz.org" |
Hans-G?nter@21782 | 8 LICENSE="GPL2" |
Hans-G?nter@21782 | 9 WEB_SITE="http://furius.ca/xxdiff/" |
Hans-G?nter@21782 | 10 |
Hans-G?nter@21782 | 11 TARBALL="$PACKAGE-${VERSION/./}.tar.xz" |
Hans-G?nter@21782 | 12 WGET_URL="http://ponce.cc/slackware/sources/repo/$TARBALL" |
Hans-G?nter@21782 | 13 |
Hans-G?nter@21782 | 14 DEPENDS="libQtCore libQtGui" |
Hans-G?nter@21782 | 15 BUILD_DEPENDS="bison flex qmake Qt4-dev" |
Hans-G?nter@21782 | 16 |
Hans-G?nter@21782 | 17 # Rules to configure and make the package. |
Hans-G?nter@21782 | 18 compile_rules() |
Hans-G?nter@21782 | 19 { |
Hans-G?nter@21782 | 20 cd src |
Hans-G?nter@21782 | 21 make QMAKE=/usr/bin/qmake -f Makefile.bootstrap && |
Hans-G?nter@21782 | 22 make QMAKE=/usr/bin/qmake |
Hans-G?nter@21782 | 23 } |
Hans-G?nter@21782 | 24 |
Hans-G?nter@21782 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
Hans-G?nter@21782 | 26 genpkg_rules() |
Hans-G?nter@21782 | 27 { |
Hans-G?nter@21782 | 28 mkdir -p $fs/usr/bin |
Hans-G?nter@21782 | 29 cp -a $src/bin/xxdiff $fs/usr/bin |
Hans-G?nter@21782 | 30 } |