wok annotate rinetd/receipt @ rev 21160

Up ufraw (0.22)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 31 15:04:44 2019 +0200 (2019-03-31)
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