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

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents bc462389cb84
children f4c22f009037
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@14999 8 LICENCE="GPL3"
pascal@14769 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14769 10 WEB_SITE="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 }