
Receipt for package "sshfp"
# SliTaz package receipt. PACKAGE="sshfp" VERSION="1.2.2" CATEGORY="network" SHORT_DESC="DNS SSHFP records generator." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/xelerance/sshfp" WGET_URL="https://github.com/xelerance/sshfp/archive/$VERSION.tar.gz" DEPENDS="python-dnspython" BUILD_DEPENDS="wget" current_version() { wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)