wok-next diff qxkb/receipt @ rev 20902

brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 28 15:39:37 2018 +0300 (2018-07-28)
parents
children d5aab818505e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/qxkb/receipt	Sat Jul 28 15:39:37 2018 +0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="qxkb"
     1.7 +VERSION="0.4.6"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The keypad switch written on Qt4"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="http://code.google.com/p/qxkb/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WGET_URL="http://qxkb.googlecode.com/files/$TARBALL"
    1.15 +
    1.16 +DEPENDS="glibc-base libQtSvg xorg-libxkbfile"
    1.17 +BUILD_DEPENDS="cmake Qt4-dev xorg-libxkbfile-dev qmake"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	mkdir build && cd build 
    1.23 +	cmake  -DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	cp -a $install/* $fs
    1.31 +}