wok-next diff ttysnoop/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents fb43cf0da21a
children d5aab818505e
line diff
     1.1 --- a/ttysnoop/receipt	Tue May 07 16:27:40 2013 +0200
     1.2 +++ b/ttysnoop/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,24 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ttysnoop"
     1.8  VERSION="0.12d.k26"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Allows you to spy on telnet+serial connections."
    1.11 +SHORT_DESC="Allows you to spy on telnet+serial connections"
    1.12  LICENSE="GPL"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14 +WEB_SITE="http://freecode.com/projects/ttysnoop"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://freecode.com/projects/ttysnoop"
    1.18  WGET_URL="http://sysd.org/stas/files/active/0/$TARBALL"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	make
    1.24 +compile_rules() {
    1.25 +	make || return 1
    1.26 +
    1.27 +	install -Dm755 $src/ttysnoop  $install/sbin/ttysnoop
    1.28 +	install -Dm755 $src/ttysnoops $install/sbin/ttysnoops
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/sbin
    1.35 -	cp $src/ttysnoop $src/ttysnoops $fs/sbin
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38  }