wok-current diff utftpd/receipt @ rev 24277
updated python-http-parser (0.8.3 -> 0.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 06 07:57:35 2022 +0100 (2022-01-06) |
parents | |
children | 934055de50e2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/utftpd/receipt Thu Jan 06 07:57:35 2022 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="utftpd" 1.7 +VERSION="0.2" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="A tiny TFTP server" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://svana.org/kleptog/tftp/index.html" 1.14 +WGET_URL="http://svana.org/kleptog/tftp/$TARBALL" 1.15 +TAGS="tftp" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + make clean && make 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr/sbin $install/usr/man/man8 1.27 + cp -a $src/utftpd.8 $install/usr/man/man8 1.28 + cp -a $src/utftpd $fs/usr/sbin 1.29 +}