wok annotate sshfp/receipt @ rev 20672

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 14:51:04 2019 +0100 (2019-01-24)
parents c28132e52706
children 20661c276bcf
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@20672 10 WEB_SITE="https://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 }