# Template file for 'tgt' pkgname=tgt version=1.0.82 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 " license="GPL-2.0-only" homepage="https://github.com/fujita/tgt" distfiles="https://github.com/fujita/tgt/archive/v${version}.tar.gz" checksum=35156277465e0ced5f3ca7e301110a937a7a2b90bbb5aecbca1349b91ada1c2c 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 }