wok view vsftpd/receipt @ rev 22443

vlc: add hicolor-icon-theme -> post-install misses index.theme
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 15:29:27 2019 +0000 (2019-12-23)
parents 2a21689b0af7
children 934055de50e2
line source
1 # SliTaz package receipt.
3 PACKAGE="vsftpd"
4 VERSION="3.0.3"
5 CATEGORY="network"
6 SHORT_DESC="Secure FTP server."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://security.appspot.com/vsftpd.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://security.appspot.com/downloads/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 mkdir -p $fs/etc
26 cp -a $src/vsftpd $fs/usr/bin
27 cp -a $src/vsftpd.conf $fs/etc
28 }