26 lines
738 B
Bash
26 lines
738 B
Bash
# Template file for 'tgt'
|
|
pkgname=tgt
|
|
version=1.0.57
|
|
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://stgt.sourceforge.net/"
|
|
distfiles="https://github.com/fujita/tgt/archive/v${version}.tar.gz"
|
|
checksum=fce76d744e599c80fa5501ef7d2f12c4a36e9e5d98d355c68a8912b7517d2bb8
|
|
|
|
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
|
|
}
|