mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
tgt: update to 1.0.96.
This commit is contained in:
parent
7f449625ac
commit
5e4dcbad5d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tgt'
|
||||
pkgname=tgt
|
||||
version=1.0.95
|
||||
version=1.0.96
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
|
@ -13,14 +13,14 @@ 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
|
||||
checksum=d613a345fef795e76766e50775e123fb0bf43b10d6e26f11910647ed9639621a
|
||||
|
||||
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
|
||||
for f in ${DESTDIR}/usr/share/doc/packages/tgt/examples/*; do
|
||||
vsconf $f
|
||||
rm $f
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue