wok-6.x annotate rinetd/receipt @ rev 23908
Up tazinst (101)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 08 16:48:38 2020 +0000 (2020-08-08) |
parents | 912155f60aec |
children | 34e801e0eb52 |
rev | line source |
---|---|
pascal@17178 | 1 # SliTaz package receipt. |
pascal@17178 | 2 |
pascal@17178 | 3 PACKAGE="rinetd" |
pascal@17178 | 4 VERSION="0.62" |
pascal@17178 | 5 CATEGORY="network" |
pascal@17178 | 6 SHORT_DESC="internet ''redirection server''." |
pascal@17178 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17178 | 8 LICENSE="GPL2" |
pascal@17178 | 9 TARBALL="$PACKAGE.tar.gz" |
pascal@23596 | 10 WEB_SITE="https://github.com/boutell/rinetd" |
pascal@23596 | 11 WGET_URL="http://www.boutell.com/rinetd/http/$TARBALL" |
pascal@17178 | 12 |
pascal@17178 | 13 # Rules to configure and make the package. |
pascal@17178 | 14 compile_rules() |
pascal@17178 | 15 { |
pascal@17178 | 16 make |
pascal@17178 | 17 } |
pascal@17178 | 18 |
pascal@17178 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17178 | 20 genpkg_rules() |
pascal@17178 | 21 { |
pascal@17178 | 22 mkdir -p $fs/usr/sbin |
pascal@17178 | 23 cp -a $src/rinetd $fs/usr/sbin |
pascal@17178 | 24 } |
pascal@17178 | 25 |