void-packages/srcpkgs/dosfstools/template

18 lines
545 B
Bash
Raw Normal View History

# Template file for 'dosfstools'
pkgname=dosfstools
2014-12-11 11:34:01 +01:00
version=3.0.27
2015-03-18 09:18:40 +01:00
revision=3
build_pie=yes
build_style=gnu-makefile
2014-12-11 11:34:01 +01:00
make_install_args="PREFIX=/usr SBINDIR=/usr/sbin"
short_desc="DOS filesystem tools"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-09 14:52:50 +02:00
homepage="http://www.daniel-baumann.ch/software/$pkgname"
license="GPL-2"
2014-12-11 11:34:01 +01:00
distfiles="https://github.com/$pkgname/$pkgname/releases/download/v$version/$pkgname-$version.tar.xz"
checksum=85768eac8bd28d3bab62efb6f6d793c65b3fb81b9b38a5fe0b73e12f5ed158a8
post_install() {
rm -rf ${DESTDIR}/usr/share/doc
}