From a437bf37de0346daca4f74887cb1810c69988e04 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 8 Aug 2023 15:32:53 +0200 Subject: [PATCH] tgt: Add version 1.0.87 tgt is a user space SCSI target framework that supports the iSCSI and iSER transport protocols and that supports multiple methods for accessing block storage. Tgt consists of user-space daemon and tools. First step for Windows Backup and HyperV Storage https://github.com/fujita/tgt --- tgt.be0 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100755 tgt.be0 diff --git a/tgt.be0 b/tgt.be0 new file mode 100755 index 000000000..733ade5b2 --- /dev/null +++ b/tgt.be0 @@ -0,0 +1,39 @@ +#!/usr/bin/env beesh + +# BEE_VERSION tgt-1.0.87-0 + +#SRCURL[0]="https://github.com/fujita/tgt/archive/refs/tags/v${PKGVERSION}.tar.gz tgt-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/fb9fbb68354ae9fc78fd034672ecf851/tgt-1.0.87.tar.gz" + + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' + +mee_install_post() { + start_cmd mv ${D}/${SYSCONFDIR}/tgt/targets.conf{,.orig} +}