wok view rinetd/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
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 }