wok-next view vsftpd/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }