wok annotate atftpd/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents ecfd56157396
children 69e1e705f038
rev   line source
pascal@7223 1 # SliTaz package receipt.
pascal@7223 2
pascal@7223 3 PACKAGE="atftpd"
Hans-G?nter@24330 4 VERSION="0.7.5"
pascal@7223 5 CATEGORY="network"
pascal@7223 6 SHORT_DESC="Advanced Trivial File Transport Protocol server."
pascal@7223 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15201 8 LICENSE="GPL2"
pascal@25094 9 WEB_SITE="https://sourceforge.net/projects/atftp"
pascal@15201 10
pascal@7224 11 DEPENDS="pcre"
Hans-G?nter@22513 12 WANTED="atftp"
Hans-G?nter@22513 13
Hans-G?nter@22513 14 HOST_ARCH="i486 arm"
pascal@7223 15
pascal@7223 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@7223 17 genpkg_rules()
pascal@7223 18 {
Hans-G?nter@24330 19 cook_copy_folders sbin
pascal@7223 20 }