wok view ttysnoop/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }