wok-next annotate rinetd/receipt @ rev 21045

Up cookutils (1094)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 12:14:47 2018 +0200 (2018-11-26)
parents 2f03cb67a994
children
rev   line source
al@20491 1 # SliTaz package receipt v2.
pascal@17178 2
pascal@17178 3 PACKAGE="rinetd"
pascal@17178 4 VERSION="0.62"
pascal@17178 5 CATEGORY="network"
al@20491 6 SHORT_DESC="Internet 'redirection server'"
pascal@17178 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17178 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://boutell.com/rinetd/"
al@20491 10
pascal@17178 11 TARBALL="$PACKAGE.tar.gz"
pascal@17178 12 WGET_URL="${WEB_SITE}http/$TARBALL"
pascal@17178 13
al@20491 14 compile_rules() {
al@20491 15 make &&
al@21020 16 install -Dm755 rinetd $install/usr/sbin/rinetd
pascal@17178 17 }
pascal@17178 18
al@20491 19 genpkg_rules() {
al@20491 20 copy @std
pascal@17178 21 }