wok-next annotate ttysnoop/receipt @ rev 20730

glib: up (2.56.1) with static libs and Python2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 15:17:41 2018 +0300 (2018-05-29)
parents fb43cf0da21a
children d5aab818505e
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@14493 2
pascal@14493 3 PACKAGE="ttysnoop"
pascal@14493 4 VERSION="0.12d.k26"
pascal@14493 5 CATEGORY="system-tools"
al@20503 6 SHORT_DESC="Allows you to spy on telnet+serial connections"
pascal@14493 7 LICENSE="GPL"
pascal@14493 8 MAINTAINER="pascal.bellard@slitaz.org"
al@20503 9 WEB_SITE="http://freecode.com/projects/ttysnoop"
al@20503 10
pascal@14493 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14493 12 WGET_URL="http://sysd.org/stas/files/active/0/$TARBALL"
pascal@14493 13
al@20503 14 compile_rules() {
al@20503 15 make || return 1
al@20503 16
al@20503 17 install -Dm755 $src/ttysnoop $install/sbin/ttysnoop
al@20503 18 install -Dm755 $src/ttysnoops $install/sbin/ttysnoops
pascal@14493 19 }
pascal@14493 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
pascal@14493 23 }