wok annotate ttysnoop/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents
children e3079653b462
rev   line source
pascal@14493 1 # SliTaz package receipt.
pascal@14493 2
pascal@14493 3 PACKAGE="ttysnoop"
pascal@14493 4 VERSION="0.12d.k26"
pascal@14493 5 CATEGORY="system-tools"
pascal@14493 6 SHORT_DESC="Allows you to spy on telnet+serial connections."
pascal@14493 7 LICENSE="GPL"
pascal@14493 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14493 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14493 10 WEB_SITE="http://freecode.com/projects/ttysnoop"
pascal@14493 11 WGET_URL="http://sysd.org/stas/files/active/0/$TARBALL"
pascal@14493 12
pascal@14493 13 # Rules to configure and make the package.
pascal@14493 14 compile_rules()
pascal@14493 15 {
pascal@14493 16 make
pascal@14493 17 }
pascal@14493 18
pascal@14493 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14493 20 genpkg_rules()
pascal@14493 21 {
pascal@14493 22 mkdir -p $fs/sbin
pascal@14493 23 cp $src/ttysnoop $src/ttysnoops $fs/sbin
pascal@14493 24 }