wok annotate autossh/receipt @ rev 19275
Check manpages... from start to beaver.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 05 15:34:01 2016 +0300 (2016-07-05) |
parents | 7f39549720b8 |
children | 86790a278e70 |
rev | line source |
---|---|
pascal@13388 | 1 # SliTaz package receipt. |
pascal@13388 | 2 |
pascal@13388 | 3 PACKAGE="autossh" |
pascal@18051 | 4 VERSION="1.4d" |
pascal@13388 | 5 CATEGORY="network" |
pascal@13388 | 6 SHORT_DESC="Automatically restart SSH sessions and tunnels." |
pascal@13388 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15379 | 8 LICENSE="CC-SA" |
pascal@13388 | 9 WEB_SITE="http://www.harding.motd.ca/autossh/" |
pascal@13388 | 10 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@13388 | 11 WGET_URL="${WEB_SITE}$TARBALL" |
pascal@17141 | 12 TAGS="ssh" |
pascal@13388 | 13 |
pascal@13388 | 14 DEPENDS="openssh" |
pascal@15613 | 15 BUILD_DEPENDS="openssh" |
pascal@13388 | 16 |
pascal@13388 | 17 # Rules to configure and make the package. |
pascal@13388 | 18 compile_rules() |
pascal@13388 | 19 { |
al@19275 | 20 ./configure \ |
al@19275 | 21 --prefix=/usr \ |
pascal@13388 | 22 $CONFIGURE_ARGS && |
pascal@13388 | 23 make |
al@19269 | 24 |
al@19275 | 25 cook_pick_manpages $src/autossh.1 |
pascal@13388 | 26 } |
pascal@13388 | 27 |
pascal@13388 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13388 | 29 genpkg_rules() |
pascal@13388 | 30 { |
pascal@13388 | 31 mkdir -p $fs/usr/bin |
pascal@13389 | 32 cp -a $src/autossh $fs/usr/bin |
pascal@13388 | 33 } |