dosfstools: drop localized manpages and useless doc files.
This commit is contained in:
parent
cad304e4e9
commit
270b561a7b
|
@ -1,12 +1,16 @@
|
|||
# Template file for 'dosfstools'
|
||||
pkgname=dosfstools
|
||||
version=3.0.26
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr SBINDIR=/usr/sbin"
|
||||
make_install_args="PREFIX=/usr SBINDIR=/usr/sbin LANGUAGES="
|
||||
short_desc="DOS filesystem tools"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.daniel-baumann.ch/software/$pkgname"
|
||||
license="GPL-2"
|
||||
distfiles="http://daniel-baumann.ch/files/software/dosfstools/dosfstools-${version}.tar.xz"
|
||||
checksum=468442fe8cd93961047d5cd67f7b67793126575103a67cd131330512b4893e75
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue