wok view utftpd/receipt @ rev 24250

updated perl-proc-processtable (0.59 -> 0.634)
author Hans-G?nter Theisgen
date Sun Jan 02 09:43:23 2022 +0100 (2022-01-02)
parents
children 934055de50e2
line source
1 # SliTaz package receipt.
3 PACKAGE="utftpd"
4 VERSION="0.2"
5 CATEGORY="network"
6 SHORT_DESC="A tiny TFTP server"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://svana.org/kleptog/tftp/index.html"
11 WGET_URL="http://svana.org/kleptog/tftp/$TARBALL"
12 TAGS="tftp"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make clean && make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/sbin $install/usr/man/man8
24 cp -a $src/utftpd.8 $install/usr/man/man8
25 cp -a $src/utftpd $fs/usr/sbin
26 }