wok-next annotate lxqt-openssh-askpass/receipt @ rev 21481

updated airgeddon (8.12 -> 10.21)
author Hans-G?nter Theisgen
date Thu Jun 18 14:24:40 2020 +0100 (2020-06-18)
parents c0521c689857
children
rev   line source
al@20019 1 # SliTaz package receipt v2.
al@16833 2
al@16833 3 PACKAGE="lxqt-openssh-askpass"
al@20318 4 VERSION="0.12.0"
al@16833 5 CATEGORY="security"
al@20019 6 SHORT_DESC="GUI to query passwords on behalf of SSH agents"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@21032 9 WEB_SITE="https://github.com/lxqt/lxqt-openssh-askpass"
al@16833 10
al@20019 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20019 12 WGET_URL="https://github.com/lxde/lxqt-openssh-askpass/releases/download/$VERSION/$TARBALL"
al@16833 13
al@20502 14 BUILD_DEPENDS="cmake qt5-dev mesa-dev liblxqt-dev kwindowsystem-dev \
al@20019 15 lxqt-build-tools"
al@20019 16
al@20019 17 compile_rules() {
al@16833 18 mkdir build; cd build
al@20019 19 cmake \
al@20019 20 -DCMAKE_BUILD_TYPE=Release \
al@20019 21 -DCMAKE_INSTALL_PREFIX=/usr \
al@20019 22 -DPULL_TRANSLATIONS=no \
al@20019 23 .. &&
al@16833 24 make &&
al@20019 25 make install
al@16833 26 }
al@16833 27
al@20019 28 genpkg_rules() {
al@20019 29 copy @std
al@20019 30 DEPENDS="kwindowsystem liblxqt libqtxdg qt5-base qt5-svg qt5-x11extras"
al@20019 31 TAGS="LXQt"
al@16833 32 }