wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/icmpshell/receipt	Fri Sep 11 20:23:18 2015 -0400
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="icmpshell"
     1.7 +SOURCE="ish"
     1.8 +VERSION="0.2"
     1.9 +CATEGORY="network"
    1.10 +SHORT_DESC="A telnet-like protocol over icmp."
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +TARBALL="$SOURCE-v$VERSION.tar.gz"
    1.14 +WEB_SITE="http://icmpshell.sourceforge.net/"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	patch -p0 < $stuff/ishd.u
    1.21 +	make -j 1 linux
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs/usr/sbin
    1.28 +	cp $src/ish $fs/usr/sbin
    1.29 +	cp $src/ishd $fs/usr/sbin
    1.30 +}