wok-next annotate sshfp/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@18109 2
pascal@18109 3 PACKAGE="sshfp"
pascal@18109 4 VERSION="1.2.2"
pascal@18109 5 CATEGORY="network"
al@21020 6 SHORT_DESC="DNS SSHFP records generator"
pascal@18109 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18109 8 LICENSE="GPL2"
pascal@21145 9 WEB_SITE="https://github.com/xelerance/sshfp"
al@21020 10
pascal@18109 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18109 12 WGET_URL="https://github.com/xelerance/sshfp/archive/$VERSION.tar.gz"
pascal@18109 13
al@21020 14 compile_rules() {
pascal@18109 15 make &&
al@21020 16 make DESTDIR=$install install
pascal@18109 17 }
pascal@18109 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
al@21020 21 DEPENDS="python-dnspython"
pascal@18109 22 }