wok-next annotate icmpshell/receipt @ rev 18343
Up: bash (4.3.42)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Fri Sep 11 11:59:50 2015 +0000 (2015-09-11) |
parents | |
children | e1c0edabdcb2 |
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 } |