wok-next annotate zssh/receipt @ rev 18465
libQtDBus: add /usr/bin/qdbus
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Oct 02 13:31:38 2015 +0200 (2015-10-02) |
parents | f44ef80ff9e2 |
children | 90198f573d18 |
rev | line source |
---|---|
pascal@17131 | 1 # SliTaz package receipt. |
pascal@17131 | 2 |
pascal@17131 | 3 PACKAGE="zssh" |
pascal@17131 | 4 VERSION="1.5c" |
pascal@17131 | 5 CATEGORY="network" |
pascal@17131 | 6 SHORT_DESC="Transfer files to a remote machine while using ssh" |
pascal@17131 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17131 | 8 LICENSE="GPL2" |
pascal@17131 | 9 TARBALL="$PACKAGE-$VERSION.tgz" |
pascal@17131 | 10 WEB_SITE="http://zssh.sourceforge.net/" |
pascal@17131 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@17141 | 12 TAGS="ssh" |
pascal@17131 | 13 |
pascal@17131 | 14 DEPENDS="readline lrzsz" |
pascal@17131 | 15 BUILD_DEPENDS="readline-dev ncurses-dev" |
pascal@17131 | 16 |
pascal@17131 | 17 # Rules to configure and make the package. |
pascal@17131 | 18 compile_rules() |
pascal@17131 | 19 { |
pascal@17673 | 20 export LDFLAGS="$LDFLAGS -ltinfo" |
pascal@17131 | 21 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@17131 | 22 make |
pascal@17131 | 23 } |
pascal@17131 | 24 |
pascal@17131 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17131 | 26 genpkg_rules() |
pascal@17131 | 27 { |
pascal@17131 | 28 mkdir -p $fs/usr/bin |
pascal@17131 | 29 cp -a $src/zssh $fs/usr/bin |
pascal@17131 | 30 ln $fs/usr/bin/zssh $fs/usr/bin/ztelnet |
pascal@17131 | 31 } |