wok-next diff rinetd/receipt @ rev 20979

Build vifm
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 27 01:38:02 2018 +0300 (2018-09-27)
parents 912155f60aec
children d5aab818505e
line diff
     1.1 --- a/rinetd/receipt	Fri Sep 26 18:33:13 2014 +0200
     1.2 +++ b/rinetd/receipt	Thu Sep 27 01:38:02 2018 +0300
     1.3 @@ -1,25 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="rinetd"
     1.8  VERSION="0.62"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="internet ''redirection server''."
    1.11 +SHORT_DESC="Internet 'redirection server'"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://www.boutell.com/rinetd/"
    1.15 +
    1.16  TARBALL="$PACKAGE.tar.gz"
    1.17 -WEB_SITE="http://www.boutell.com/rinetd/"
    1.18  WGET_URL="${WEB_SITE}http/$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 &&
    1.26 +	install -Dm 755 $src/rinetd $install/usr/sbin/rinetd
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 -	mkdir -p $fs/usr/sbin
    1.33 -	cp -a $src/rinetd $fs/usr/sbin
    1.34 +genpkg_rules() {
    1.35 +	copy @std
    1.36  }
    1.37 -