wok-next view vsftpd/receipt @ rev 20503

Packing...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 06:03:21 2018 +0200 (2018-03-16)
parents 2a21689b0af7
children d5aab818505e
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="erjo@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 }