wok-next annotate gesftpserver/receipt @ rev 20646

grub2-efi: ls module embedded
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 02 11:12:13 2018 +0200 (2018-05-02)
parents 1380bdd8d71c
children 3460c1bb1b40
rev   line source
al@20640 1 # SliTaz package receipt v2.
pascal@17331 2
pascal@17331 3 PACKAGE="gesftpserver"
pascal@17331 4 VERSION="0.2.1"
pascal@17331 5 CATEGORY="network"
al@20640 6 SHORT_DESC="Green End SFTP Server with up to version 6 protocol support"
pascal@17331 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17331 8 LICENSE="GPL2"
pascal@17331 9 WEB_SITE="http://www.greenend.org.uk/rjk/sftpserver"
al@20640 10
al@20640 11 TARBALL="sftpserver-$VERSION.tar.gz"
pascal@17331 12 WGET_URL="$WEB_SITE/$TARBALL"
pascal@17331 13
pascal@20227 14 BUILD_DEPENDS="readline-dev"
pascal@20226 15
al@20640 16 compile_rules() {
al@20640 17 ./configure \
al@20640 18 --libexecdir=/usr/sbin \
pascal@17331 19 $CONFIGURE_ARGS &&
pascal@17331 20 make &&
al@20640 21 make install || return 1
al@20640 22
al@20640 23 ln -s gesftpserver $install/usr/sbin/sftp-server
pascal@17331 24 }
pascal@17331 25
al@20640 26 genpkg_rules() {
al@20640 27 copy @std
pascal@17331 28 }