wok annotate lxqt-globalkeys-dev/receipt @ rev 23923

Add GreenMahjong
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 22 17:48:54 2020 +0000 (2020-08-22)
parents f34d85d9139a
children
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="lxqt-globalkeys-dev"
al@17221 4 VERSION="0.8.0"
al@16833 5 CATEGORY="development"
al@17221 6 SHORT_DESC="Daemon used to register global keyboard shortcuts (development)"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/lxqt-globalkeys"
al@16833 10 WANTED="lxqt-globalkeys"
pascal@19774 11 DEPENDS="lxqt-globalkeys pkg-config"
al@16833 12 TAGS="LXQt"
al@16833 13
al@16833 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 15 genpkg_rules()
al@16833 16 {
al@16833 17 mkdir -p $fs/usr/lib $fs/usr/share
al@16833 18 cp -a $install/usr/include $fs/usr
al@16833 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
al@16833 20 cp -a $install/usr/share/cmake $fs/usr/share
al@16833 21 }