wok annotate sshfp/receipt @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents
children 8dd8bab3f0ca
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@18109 10 WEB_SITE="http://www.xelerance.com/software/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 }