wok-6.x diff lxqt-globalkeys/receipt @ rev 17022
busybox/fatattr: fix arm arch (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 14 09:30:28 2014 +0200 (2014-08-14) |
parents | |
children | f34d85d9139a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxqt-globalkeys/receipt Thu Aug 14 09:30:28 2014 +0200 1.3 @@ -0,0 +1,34 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lxqt-globalkeys" 1.7 +VERSION="0.7.0" 1.8 +CATEGORY="system" 1.9 +SHORT_DESC="Daemon used to register global keyboard shortcuts" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="LGPL2.1" 1.12 +WEB_SITE="https://github.com/lxde/lxqt-globalkeys" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" 1.15 +TAGS="LXQt" 1.16 + 1.17 +DEPENDS="liblxqt libQtCore libQtDBus libQtGui libQtXml xorg-libX11 xorg-libXext" 1.18 +BUILD_DEPENDS="wget cacerts cmake liblxqt-dev Qt4-dev qmake grep xorg-xproto \ 1.19 +xorg-libX11-dev liblxqt-dev libqtxdg-dev" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + mkdir build; cd build 1.25 + cmake -DCMAKE_INSTALL_PREFIX=/usr .. && 1.26 + make && 1.27 + make DESTDIR=$install install 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/lib $fs/usr/share 1.34 + cp -a $install/usr/bin $fs/usr 1.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.36 + cp -a $install/usr/share/applications $fs/usr/share 1.37 +}