wok-next view threaded-samba-scanner/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents da9e80c5d4bb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="threaded-samba-scanner"
4 VERSION="3.6"
5 CATEGORY="network"
6 SHORT_DESC="A very fast samba scanner"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://web.archive.org/web/20180218034430/http://dalalven.dtdns.net/linux/gadmintools-webpage/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm755 $src/$PACKAGE $install/usr/bin/$PACKAGE
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="smbclient"
22 }