wok-next view vsftpd/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents da9e80c5d4bb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vsftpd"
4 VERSION="2.3.5"
5 CATEGORY="network"
6 SHORT_DESC="Secure FTP server"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://vsftpd.beasts.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://security.appspot.com/downloads/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 $src/vsftpd $install/usr/bin/vsftpd
18 install -Dm644 $src/vsftpd.conf $install/etc/vsftpd.conf
19 }
21 genpkg_rules() {
22 copy @std
23 CONFIG_FILES="/etc/vsftpd.conf"
24 }