wok rev 23881
Add utftpd & yaze-ng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 13 21:34:44 2020 +0000 (2020-07-13) |
parents | bb2cea00c7d5 |
children | 976ee80905da |
files | dropbear-pam/receipt dropbear/receipt mgetty/receipt phpsysinfo/receipt utftpd/receipt yaze-ag/receipt |
line diff
1.1 --- a/dropbear-pam/receipt Tue Jul 07 06:35:39 2020 +0000 1.2 +++ b/dropbear-pam/receipt Mon Jul 13 21:34:44 2020 +0000 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="MIT" 1.5 WANTED="dropbear" 1.6 DEPENDS="dropbear pam" 1.7 -WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" 1.8 +WEB_SITE="https://matt.ucc.asn.au/dropbear/dropbear.html" 1.9 PROVIDE="dropbear:pam ssh:pam" 1.10 TAGS="ssh" 1.11
2.1 --- a/dropbear/receipt Tue Jul 07 06:35:39 2020 +0000 2.2 +++ b/dropbear/receipt Mon Jul 13 21:34:44 2020 +0000 2.3 @@ -7,8 +7,8 @@ 2.4 MAINTAINER="pascal.bellard@slitaz.org" 2.5 LICENSE="MIT" 2.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.7 -WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" 2.8 -WGET_URL="http://matt.ucc.asn.au/dropbear/releases/$TARBALL" 2.9 +WEB_SITE="https://matt.ucc.asn.au/dropbear/dropbear.html" 2.10 +WGET_URL="https://matt.ucc.asn.au/dropbear/releases/$TARBALL" 2.11 CONFIG_FILES="/etc/dropbear" 2.12 SUGGESTED="sftp-server" 2.13 PROVIDE="ssh"
3.1 --- a/mgetty/receipt Tue Jul 07 06:35:39 2020 +0000 3.2 +++ b/mgetty/receipt Mon Jul 13 21:34:44 2020 +0000 3.3 @@ -37,12 +37,12 @@ 3.4 -e 's|/man/|/share&|' \ 3.5 -e 's|^INSTALL=install .*|INSTALL=install -c -o root -g root|' \ 3.6 Makefile.install 3.7 - make bin-all vgetty 3.8 + make -j 1 bin-all vgetty 3.9 mkdir -p $DESTDIR/var/spool $DESTDIR/usr/share/man/man1 3.10 mkdir -p $DESTDIR/usr/share/man/man8 3.11 mv -f Makefile.install Makefile 3.12 sed -i 's|chown|echo chown|' Makefile fax/Makefile 3.13 - make -k install.bin vgetty-install 3.14 + make -j 1 -k install.bin vgetty-install 3.15 } 3.16 3.17 # Rules to gen a SliTaz package suitable for Tazpkg.
4.1 --- a/phpsysinfo/receipt Tue Jul 07 06:35:39 2020 +0000 4.2 +++ b/phpsysinfo/receipt Mon Jul 13 21:34:44 2020 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Displays information about your system nicely." 4.5 MAINTAINER="pascal.bellard@slitaz.org" 4.6 LICENSE="GPL2" 4.7 -WEB_SITE="http://phpsysinfo.github.io/phpsysinfo/" 4.8 +WEB_SITE="https://phpsysinfo.github.io/phpsysinfo/" 4.9 4.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.11 WGET_URL="https://github.com/rk4an/$PACKAGE/archive/v$VERSION.tar.gz"
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/utftpd/receipt Mon Jul 13 21:34:44 2020 +0000 5.3 @@ -0,0 +1,26 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="utftpd" 5.7 +VERSION="0.2" 5.8 +CATEGORY="network" 5.9 +SHORT_DESC="A tiny TFTP server" 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +LICENSE="GPL2" 5.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 5.13 +WEB_SITE="http://svana.org/kleptog/tftp/index.html" 5.14 +WGET_URL="http://svana.org/kleptog/tftp/$TARBALL" 5.15 +TAGS="tftp" 5.16 + 5.17 +# Rules to configure and make the package. 5.18 +compile_rules() 5.19 +{ 5.20 + make clean && make 5.21 +} 5.22 + 5.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.24 +genpkg_rules() 5.25 +{ 5.26 + mkdir -p $fs/usr/sbin $install/usr/man/man8 5.27 + cp -a $src/utftpd.8 $install/usr/man/man8 5.28 + cp -a $src/utftpd $fs/usr/sbin 5.29 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/yaze-ag/receipt Mon Jul 13 21:34:44 2020 +0000 6.3 @@ -0,0 +1,33 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="yaze-ag" 6.7 +VERSION="2.40.5" 6.8 +CATEGORY="misc" 6.9 +SHORT_DESC="Yet Another z80 (CP/M) Emulator" 6.10 +MAINTAINER="pascal.bellard@slitaz.org" 6.11 +LICENSE="GPL2" 6.12 +TARBALL="$PACKAGE-${VERSION}_with_keytrans.tar.gz" 6.13 +WEB_SITE="http://www.mathematik.uni-ulm.de/users/ag/yaze-ag" 6.14 +WGET_URL="$WEB_SITE/devel/$TARBALL" 6.15 + 6.16 +# Rules to configure and make the package. 6.17 +compile_rules() 6.18 +{ 6.19 + sed "s|\\([^=]\\) \\(\\\$(...DIR\\)|\\1 $DESTDIR\\2|" \ 6.20 + Makefile_linux_32_i586 > Makefile 6.21 + sed -i 's|/local||g' Makefile yaze.* doc/* 6.22 + mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/lib 6.23 + make && 6.24 + make install 6.25 +} 6.26 + 6.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.28 +genpkg_rules() 6.29 +{ 6.30 + mkdir -p $fs/usr 6.31 + cp -a $install/usr/bin $fs/usr 6.32 + cp -a $install/usr/lib $fs/usr 6.33 + ln -fs yaze $fs/usr/bin/cpm 6.34 + ln -fs yaze $fs/usr/bin/z80 6.35 + mv $install/usr/lib/yaze/doc $install/usr 6.36 +}