wok diff xxdiff/receipt @ rev 22080

updated unrar (5.4.5 -> 5.8.3)
author Hans-G?nter Theisgen
date Tue Oct 29 17:51:33 2019 +0100 (2019-10-29)
parents
children 505527cf814f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xxdiff/receipt	Tue Oct 29 17:51:33 2019 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xxdiff"
     1.7 +VERSION="4.01"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A graphical front end to the diff command."
    1.10 +MAINTAINER="developer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="http://furius.ca/xxdiff/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-${VERSION/./}.tar.xz"
    1.15 +WGET_URL="http://ponce.cc/slackware/sources/repo/$TARBALL"
    1.16 +
    1.17 +DEPENDS="libQtCore libQtGui"
    1.18 +BUILD_DEPENDS="bison flex qmake Qt4-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd	src
    1.24 +	make QMAKE=/usr/bin/qmake -f Makefile.bootstrap &&
    1.25 +	make QMAKE=/usr/bin/qmake
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/bin
    1.32 +	cp -a $src/bin/xxdiff $fs/usr/bin
    1.33 +}