Searched +full:device +full:- +full:streams +full:- +full:2.2 +full:. +full:1 +full:. +full:lha (Results 1 – 3 of 3) sorted by relevance
1 #!/bin/sh -e4 githubdir=https://github.com/rvalles/device-streams10 e.g.: "./update 2.2.1"12 Assumes you are using an https capable ftp, and have lha installed from pkgsrc14 exit 117 version=$120 srctar=device-streams-$version-src.tar.gz21 ftp -o $srctar $githubdir/archive/refs/tags/$version.tar.gz22 uuencode $srctar $srctar > $srctar.uue25 exelha=device-streams-$version.lha[all …]
4 #include <bsd.hostinit.mk>6 MISC_FILES= runbootblock.README device-streams.README.md7 UUDECODE_FILES= device-streams-2.2.1-src.tar.gz device-streams-2.2.1.lha \10 .include <bsd.files.mk>11 .include <bsd.hostprog.mk>13 release: check_RELEASEDIR .WAIT ${MISC_FILES} ${UUDECODE_FILES}15 cd ${.CURDIR} && \16 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${MISC_FILES} \19 cd ${.OBJDIR} && \20 ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${UUDECODE_FILES} \
1 begin 664 device-streams-2.2.1.lha