wok annotate threaded-samba-scanner/receipt @ rev 21493

updated mspdebug (0.17 -> 8.25)
author Hans-G?nter Theisgen
date Thu May 02 11:28:38 2019 +0100 (2019-05-02)
parents f4c22f009037
children b1356f30c0b8
rev   line source
pascal@14769 1 # SliTaz package receipt.
pascal@14769 2
pascal@14769 3 PACKAGE="threaded-samba-scanner"
pascal@14769 4 VERSION="3.6"
pascal@14769 5 CATEGORY="network"
pascal@14769 6 SHORT_DESC="A very fast samba scanner."
pascal@14769 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="GPL3"
pascal@14769 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@20672 10 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/"
pascal@14769 11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
pascal@14769 12
pascal@14769 13 DEPENDS="smbclient"
pascal@14769 14 BUILD_DEPENDS=""
pascal@14769 15
pascal@14769 16
pascal@14769 17 # Rules to configure and make the package.
pascal@14769 18 compile_rules()
pascal@14769 19 {
pascal@14769 20 make
pascal@14769 21 }
pascal@14769 22
pascal@14769 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14769 24 genpkg_rules()
pascal@14769 25 {
pascal@14769 26 mkdir -p $fs/usr/bin
pascal@14769 27 cp $src/threaded-samba-scanner $fs/usr/bin
pascal@14769 28 }