Skip to content
Permalink
ffe189f49f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@david
Latest commit a437bf3 Aug 8, 2023 History
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
1 contributor

Users who have contributed to this file

executable file 39 lines (26 sloc) 660 Bytes
#!/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}
}