wok-next annotate threaded-samba-scanner/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents da9e80c5d4bb
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@14769 2
pascal@14769 3 PACKAGE="threaded-samba-scanner"
pascal@14769 4 VERSION="3.6"
pascal@14769 5 CATEGORY="network"
al@20503 6 SHORT_DESC="A very fast samba scanner"
pascal@14769 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
pascal@21157 9 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/"
al@20503 10
pascal@14769 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14769 12 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
pascal@14769 13
al@20503 14 compile_rules() {
al@20503 15 make &&
al@20503 16 install -Dm755 $src/$PACKAGE $install/usr/bin/$PACKAGE
pascal@14769 17 }
pascal@14769 18
al@20503 19 genpkg_rules() {
al@20503 20 copy @std
al@20503 21 DEPENDS="smbclient"
pascal@14769 22 }