wok view icmpshell/receipt @ rev 18349

visualboyadvance: add vba.glade closes bug #146
author Richard Dunbar <mojo@slitaz.org>
date Fri Sep 11 20:23:18 2015 -0400 (2015-09-11)
parents
children ba7cbdb5749c
line source
1 # SliTaz package receipt.
3 PACKAGE="icmpshell"
4 SOURCE="ish"
5 VERSION="0.2"
6 CATEGORY="network"
7 SHORT_DESC="A telnet-like protocol over icmp."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$SOURCE-v$VERSION.tar.gz"
11 WEB_SITE="http://icmpshell.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 patch -p0 < $stuff/ishd.u
18 make -j 1 linux
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/sbin
25 cp $src/ish $fs/usr/sbin
26 cp $src/ishd $fs/usr/sbin
27 }