376b9dd6fc
- build system has been converted to use autotools - use '--enable-compat-symlinks' to install symlinks for legacy names of the tools - udev support - add patch to fix compilation with musl libc (upstreamed)
18 lines
585 B
Bash
18 lines
585 B
Bash
# Template file for 'dosfstools'
|
|
pkgname=dosfstools
|
|
version=4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-compat-symlinks"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="eudev-libudev-devel"
|
|
short_desc="DOS filesystem tools"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://github.com/dosfstools/dosfstools"
|
|
license="GPL-3"
|
|
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/${pkgname}-${version}.tar.xz"
|
|
checksum=9037738953559d1efe04fc5408b6846216cc0138f7f9d32de80b6ec3c35e7daf
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
}
|