wok-next annotate icmpshell/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d6378d455338
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@17457 2
pascal@17457 3 PACKAGE="icmpshell"
pascal@17457 4 VERSION="0.2"
pascal@17457 5 CATEGORY="network"
al@20473 6 SHORT_DESC="A telnet-like protocol over icmp"
pascal@17457 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17457 8 LICENSE="GPL2"
pascal@17457 9 WEB_SITE="http://icmpshell.sourceforge.net/"
al@20473 10
al@20473 11 TARBALL="ish-v$VERSION.tar.gz"
pascal@17457 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17457 13
al@20473 14 compile_rules() {
al@21020 15 make -j1 linux || return 1
al@20473 16
al@20473 17 install -Dm755 $src/ish $install/usr/sbin/ish
al@20473 18 install -Dm755 $src/ishd $install/usr/sbin/ishd
pascal@17457 19 }
pascal@17457 20
al@20473 21 genpkg_rules() {
al@20473 22 copy @std
pascal@17457 23 }