wok annotate sshfp/receipt @ rev 21909

updated sic (1.1 -> 1.2)
author Hans-G?nter Theisgen
date Fri Oct 04 15:39:32 2019 +0100 (2019-10-04)
parents 8dd8bab3f0ca
children 5ea0ce1cecc0
rev   line source
pascal@18109 1 # SliTaz package receipt.
pascal@18109 2
pascal@18109 3 PACKAGE="sshfp"
pascal@18109 4 VERSION="1.2.2"
pascal@18109 5 CATEGORY="network"
pascal@18109 6 SHORT_DESC="DNS SSHFP records generator."
pascal@18109 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18109 8 LICENSE="GPL2"
pascal@18109 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20682 10 WEB_SITE="https://github.com/xelerance/sshfp"
pascal@18109 11 WGET_URL="https://github.com/xelerance/sshfp/archive/$VERSION.tar.gz"
pascal@18109 12
pascal@18109 13 DEPENDS="python-dnspython"
pascal@18109 14 BUILD_DEPENDS="wget"
pascal@18109 15
pascal@18109 16 # Rules to configure and make the package.
pascal@18109 17 compile_rules()
pascal@18109 18 {
pascal@18109 19 make &&
pascal@18109 20 make DESTDIR=$DESTDIR install
pascal@18109 21 }
pascal@18109 22
pascal@18109 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18109 24 genpkg_rules()
pascal@18109 25 {
pascal@18109 26 mkdir -p $fs/usr
pascal@18109 27 cp -a $install/usr/bin $fs/usr
pascal@18109 28 }