wok annotate rinetd/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents
children a4a9b130531d
rev   line source
pascal@17178 1 # SliTaz package receipt.
pascal@17178 2
pascal@17178 3 PACKAGE="rinetd"
pascal@17178 4 VERSION="0.62"
pascal@17178 5 CATEGORY="network"
pascal@17178 6 SHORT_DESC="internet ''redirection server''."
pascal@17178 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17178 8 LICENSE="GPL2"
pascal@17178 9 TARBALL="$PACKAGE.tar.gz"
pascal@17178 10 WEB_SITE="http://www.boutell.com/rinetd/"
pascal@17178 11 WGET_URL="${WEB_SITE}http/$TARBALL"
pascal@17178 12
pascal@17178 13 # Rules to configure and make the package.
pascal@17178 14 compile_rules()
pascal@17178 15 {
pascal@17178 16 make
pascal@17178 17 }
pascal@17178 18
pascal@17178 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17178 20 genpkg_rules()
pascal@17178 21 {
pascal@17178 22 mkdir -p $fs/usr/sbin
pascal@17178 23 cp -a $src/rinetd $fs/usr/sbin
pascal@17178 24 }
pascal@17178 25