wok annotate lxqt-openssh-askpass/receipt @ rev 22335

updated zstd and zstd-dev (1.4.3 -> 1.4.4)
author Hans-G?nter Theisgen
date Fri Nov 15 16:17:53 2019 +0100 (2019-11-15)
parents 7aac542e058a
children 5ea0ce1cecc0
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="lxqt-openssh-askpass"
psychomaniak@17239 4 VERSION="0.8.0"
al@16833 5 CATEGORY="security"
al@16833 6 SHORT_DESC="OpenSSH user/password GUI dialog for LXQt"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/lxqt-openssh-askpass"
al@16833 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16833 11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
al@16833 12 TAGS="LXQt"
al@16833 13
al@16833 14 DEPENDS="libQtGui"
al@16833 15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev"
al@16833 16
al@16833 17 # Rules to configure and make the package.
al@16833 18 compile_rules()
al@16833 19 {
al@16833 20 mkdir build; cd build
al@16833 21 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
al@16833 22 make &&
al@16833 23 make DESTDIR=$install install
al@16833 24 }
al@16833 25
al@16833 26 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 27 genpkg_rules()
al@16833 28 {
al@16833 29 cp -a $install/* $fs
al@16833 30 }