19 lines
592 B
Bash
19 lines
592 B
Bash
# Template file for 'dosfstools'
|
|
pkgname=dosfstools
|
|
version=3.0.28
|
|
revision=1
|
|
build_pie=yes
|
|
build_style=gnu-makefile
|
|
make_install_args="PREFIX=/usr SBINDIR=/usr/bin"
|
|
short_desc="DOS filesystem tools"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.daniel-baumann.ch/software/$pkgname"
|
|
license="GPL-2"
|
|
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/$pkgname-$version.tar.xz"
|
|
checksum=ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2
|
|
|
|
CFLAGS="-D_GNU_SOURCE -Du_int32_t=uint32_t"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
}
|