wok annotate atftpd/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents 6f37b5844e8d
children b56b38cfd475
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"
Hans-G?nter@24330 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 }