wok-6.x annotate autossh/receipt @ rev 13891
Up: tazlito (5.1), tazpanel (1.6.1), tazusb (4.2.1), tazweb (1.6.3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 17 19:38:55 2013 +0100 (2013-01-17) |
parents | 199632c45ba9 |
children | 2a5cc8208d36 |
rev | line source |
---|---|
pascal@13388 | 1 # SliTaz package receipt. |
pascal@13388 | 2 |
pascal@13388 | 3 PACKAGE="autossh" |
pascal@13388 | 4 VERSION="1.4c" |
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@13388 | 8 WEB_SITE="http://www.harding.motd.ca/autossh/" |
pascal@13388 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@13388 | 10 WGET_URL="${WEB_SITE}$TARBALL" |
pascal@13388 | 11 |
pascal@13388 | 12 DEPENDS="openssh" |
pascal@13388 | 13 BUILD_DEPENDS="" |
pascal@13388 | 14 |
pascal@13388 | 15 # Rules to configure and make the package. |
pascal@13388 | 16 compile_rules() |
pascal@13388 | 17 { |
pascal@13388 | 18 cd $src |
pascal@13388 | 19 ./configure --prefix=/usr \ |
pascal@13388 | 20 $CONFIGURE_ARGS && |
pascal@13388 | 21 make |
pascal@13388 | 22 } |
pascal@13388 | 23 |
pascal@13388 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13388 | 25 genpkg_rules() |
pascal@13388 | 26 { |
pascal@13388 | 27 mkdir -p $fs/usr/bin |
pascal@13389 | 28 cp -a $src/autossh $fs/usr/bin |
pascal@13388 | 29 } |