void-packages/srcpkgs/dosfstools/template

20 lines
592 B
Bash
Raw Normal View History

# Template file for 'dosfstools'
pkgname=dosfstools
2015-05-16 04:43:49 +00:00
version=3.0.28
revision=1
build_pie=yes
build_style=gnu-makefile
2015-05-16 04:43:49 +00:00
make_install_args="PREFIX=/usr SBINDIR=/usr/bin"
short_desc="DOS filesystem tools"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-07-09 12:52:50 +00:00
homepage="http://www.daniel-baumann.ch/software/$pkgname"
license="GPL-2"
2014-12-11 10:34:01 +00:00
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/$pkgname-$version.tar.xz"
2015-05-16 04:43:49 +00:00
checksum=ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2
2015-05-16 04:47:57 +00:00
CFLAGS="-D_GNU_SOURCE -Du_int32_t=uint32_t"
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}