wok-next view icmpshell/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents e1c0edabdcb2
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="icmpshell"
4 VERSION="0.2"
5 CATEGORY="network"
6 SHORT_DESC="A telnet-like protocol over icmp"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://icmpshell.sourceforge.net/"
11 TARBALL="ish-v$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 make -j 1 linux || return 1
17 install -Dm755 $src/ish $install/usr/sbin/ish
18 install -Dm755 $src/ishd $install/usr/sbin/ishd
19 }
21 genpkg_rules() {
22 copy @std
23 }