wok-next view lxqt-openssh-askpass/receipt @ rev 20143

postgresql: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:18:25 2017 +0100 (2017-11-01)
parents bdcd8803b305
children d394530f7404
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxqt-openssh-askpass"
4 VERSION="0.11.1"
5 CATEGORY="security"
6 SHORT_DESC="GUI to query passwords on behalf of SSH agents"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/lxqt-openssh-askpass"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://github.com/lxde/lxqt-openssh-askpass/releases/download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="cmake qt5-dev mesa17-dev liblxqt-dev kwindowsystem-dev \
15 lxqt-build-tools"
17 compile_rules() {
18 mkdir build; cd build
19 cmake \
20 -DCMAKE_BUILD_TYPE=Release \
21 -DCMAKE_INSTALL_PREFIX=/usr \
22 -DPULL_TRANSLATIONS=no \
23 .. &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="kwindowsystem liblxqt libqtxdg qt5-base qt5-svg qt5-x11extras"
31 TAGS="LXQt"
32 }