wok-next view rinetd/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 912155f60aec
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.boutell.com/rinetd/"
11 TARBALL="$PACKAGE.tar.gz"
12 WGET_URL="${WEB_SITE}http/$TARBALL"
14 compile_rules() {
15 make &&
16 install -Dm 755 $src/rinetd $install/usr/sbin/rinetd
17 }
19 genpkg_rules() {
20 copy @std
21 }