wok-next annotate vsftpd/receipt @ rev 21289

updated gnuradio again (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:33:53 2019 +0100 (2019-12-08)
parents da9e80c5d4bb
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@11228 2
pascal@11228 3 PACKAGE="vsftpd"
samuel_trassare@11864 4 VERSION="2.3.5"
pascal@11228 5 CATEGORY="network"
pascal@11228 6 SHORT_DESC="Secure FTP server"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
al@20503 9 WEB_SITE="http://vsftpd.beasts.org/"
al@20503 10
pascal@11228 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
samuel_trassare@11864 12 WGET_URL="https://security.appspot.com/downloads/$TARBALL"
pascal@11228 13
al@20503 14 compile_rules() {
al@20503 15 make || return 1
pascal@15363 16
al@20503 17 install -Dm755 $src/vsftpd $install/usr/bin/vsftpd
al@20503 18 install -Dm644 $src/vsftpd.conf $install/etc/vsftpd.conf
pascal@11228 19 }
pascal@11228 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
al@20503 23 CONFIG_FILES="/etc/vsftpd.conf"
pascal@11228 24 }