wok-6.x view rinetd/receipt @ rev 23722

updated urbackup-server (2.3.8 -> 2.4.12)
author Hans-G?nter Theisgen
date Thu Apr 30 14:18:52 2020 +0100 (2020-04-30)
parents 912155f60aec
children 34e801e0eb52
line source
1 # SliTaz package receipt.
3 PACKAGE="rinetd"
4 VERSION="0.62"
5 CATEGORY="network"
6 SHORT_DESC="internet ''redirection server''."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE.tar.gz"
10 WEB_SITE="https://github.com/boutell/rinetd"
11 WGET_URL="http://www.boutell.com/rinetd/http/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 make
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/sbin
23 cp -a $src/rinetd $fs/usr/sbin
24 }