# SliTaz package receipt. PACKAGE="threaded-samba-scanner" VERSION="3.6" CATEGORY="network" SHORT_DESC="A very fast samba scanner." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="https://web.archive.org/web/20160506051125if_/http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" DEPENDS="smbclient" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - https://fr.osdn.net/projects/freshmeat_threaded-samba-scanner/releases/ 2>/dev/null | \ sed '/releases/!d;/">[0-9]/!d;s|.*">||;s|<.*||;q' } # Rules to configure and make the package. compile_rules() { make } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp $src/threaded-samba-scanner $fs/usr/bin }