wok annotate autossh/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | f44ef80ff9e2 |
children | 7f39549720b8 |
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 { |
pascal@13388 | 20 ./configure --prefix=/usr \ |
pascal@13388 | 21 $CONFIGURE_ARGS && |
pascal@13388 | 22 make |
pascal@13388 | 23 } |
pascal@13388 | 24 |
pascal@13388 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13388 | 26 genpkg_rules() |
pascal@13388 | 27 { |
pascal@13388 | 28 mkdir -p $fs/usr/bin |
pascal@13389 | 29 cp -a $src/autossh $fs/usr/bin |
pascal@13388 | 30 } |