# Template file for 'tgt'
pkgname=tgt
version=1.0.95
revision=1
build_style=gnu-makefile
make_install_args="sbindir=/usr/bin"
conf_files="/etc/tgt/targets.conf"
make_dirs="/etc/tgt/conf.d 0755 root root"
hostmakedepends="libxslt docbook-xsl"
depends="perl-Config-General"
short_desc="Linux SCSI target framework"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://github.com/fujita/tgt"
distfiles="https://github.com/fujita/tgt/archive/v${version}.tar.gz"
checksum=3584370a7e983404cac7782c6d35f36c75f01498fd2c5d01b3b5f74e66928b90

post_extract() {
	sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS) -Wno-error=stringop-truncation/g' usr/Makefile
}

post_install() {
	for f in ${DESTDIR}/etc/tgt/examples/*; do
		vsconf $f
		rm $f
	done

	vman doc/manpages/targets.conf.5
	rm -rf ${DESTDIR}/usr/share/doc/tgt/html
}
