wok view ttysnoop/receipt @ rev 14493

Add ttysnoop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 07 16:27:40 2013 +0200 (2013-05-07)
parents
children e3079653b462
line source
1 # SliTaz package receipt.
3 PACKAGE="ttysnoop"
4 VERSION="0.12d.k26"
5 CATEGORY="system-tools"
6 SHORT_DESC="Allows you to spy on telnet+serial connections."
7 LICENSE="GPL"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://freecode.com/projects/ttysnoop"
11 WGET_URL="http://sysd.org/stas/files/active/0/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/sbin
23 cp $src/ttysnoop $src/ttysnoops $fs/sbin
24 }