wok annotate icmpshell/receipt @ rev 20987

updated gocr (0.50 -> 0.52)
author Hans-G?nter Theisgen
date Thu Mar 07 14:13:57 2019 +0100 (2019-03-07)
parents
children ba7cbdb5749c
rev   line source
pascal@17457 1 # SliTaz package receipt.
pascal@17457 2
pascal@17457 3 PACKAGE="icmpshell"
pascal@17457 4 SOURCE="ish"
pascal@17457 5 VERSION="0.2"
pascal@17457 6 CATEGORY="network"
pascal@17457 7 SHORT_DESC="A telnet-like protocol over icmp."
pascal@17457 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17457 9 LICENSE="GPL2"
pascal@17457 10 TARBALL="$SOURCE-v$VERSION.tar.gz"
pascal@17457 11 WEB_SITE="http://icmpshell.sourceforge.net/"
pascal@17457 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17457 13
pascal@17457 14 # Rules to configure and make the package.
pascal@17457 15 compile_rules()
pascal@17457 16 {
pascal@17457 17 patch -p0 < $stuff/ishd.u
pascal@17457 18 make -j 1 linux
pascal@17457 19 }
pascal@17457 20
pascal@17457 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17457 22 genpkg_rules()
pascal@17457 23 {
pascal@17457 24 mkdir -p $fs/usr/sbin
pascal@17457 25 cp $src/ish $fs/usr/sbin
pascal@17457 26 cp $src/ishd $fs/usr/sbin
pascal@17457 27 }