wok view rinetd/receipt @ rev 23021

updated libdrm packages (2.4.97 -> 2.4.100)
author Hans-G?nter Theisgen
date Tue Mar 03 15:05:21 2020 +0100 (2020-03-03)
parents
children a4a9b130531d
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="http://www.boutell.com/rinetd/"
11 WGET_URL="${WEB_SITE}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 }