wok view xxdiff/receipt @ rev 22400

update: expat 2.2.6 (2018) -> 2.2.9 (security fixes: CVE-2019-15903, CVE-2018-20843; ...) -> also, new site: the WGET_URL could be improved
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 08 11:10:33 2019 +0000 (2019-12-08)
parents
children 505527cf814f
line source
1 # SliTaz package receipt.
3 PACKAGE="xxdiff"
4 VERSION="4.01"
5 CATEGORY="development"
6 SHORT_DESC="A graphical front end to the diff command."
7 MAINTAINER="developer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://furius.ca/xxdiff/"
11 TARBALL="$PACKAGE-${VERSION/./}.tar.xz"
12 WGET_URL="http://ponce.cc/slackware/sources/repo/$TARBALL"
14 DEPENDS="libQtCore libQtGui"
15 BUILD_DEPENDS="bison flex qmake Qt4-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd src
21 make QMAKE=/usr/bin/qmake -f Makefile.bootstrap &&
22 make QMAKE=/usr/bin/qmake
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/bin
29 cp -a $src/bin/xxdiff $fs/usr/bin
30 }