wok-next view gesftpserver/receipt @ rev 20226

gesftpserver, glade-perl, icewm-xdgmenu: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 23:01:14 2017 +0100 (2017-11-05)
parents 5499603fba0a
children 1380bdd8d71c
line source
1 # SliTaz package receipt.
3 PACKAGE="gesftpserver"
4 SOURCE="sftpserver"
5 VERSION="0.2.1"
6 CATEGORY="network"
7 SHORT_DESC="Green End SFTP Server with up to version 6 protocol support."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.greenend.org.uk/rjk/sftpserver"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="gesftpserver"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/sbin
29 cp -a $install/usr/libexec/gesftpserver $fs/usr/sbin/sftp-server
30 }