wok diff qarma/receipt @ rev 21490

trickle: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 01 18:05:32 2019 +0200 (2019-05-01)
parents
children 095836df71b7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qarma/receipt	Wed May 01 18:05:32 2019 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qarma"
     1.7 +GITHASH="cdb5319c6e90a045012b9b2059e507b6721e67ba"
     1.8 +VERSION=${GITHASH:0:7}
     1.9 +CATEGORY="utilities"
    1.10 +SHORT_DESC="Zenity Clone for Qt4/Qt5"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/luebking/qarma"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/luebking/qarma/archive/$GITHASH.tar.gz"
    1.16 +
    1.17 +DEPENDS="libQtDBus libQtGui"
    1.18 +BUILD_DEPENDS="Qt4-dev qmake xorg-libX11-dev wget"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	qmake
    1.24 +	make
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	install -Dm755 $src/qarma $fs/usr/bin/qarma
    1.31 +}