wok view rinetd/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
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 }