22 lines
586 B
Bash
22 lines
586 B
Bash
# Template file for 'mtools'
|
|
pkgname=mtools
|
|
version=4.0.43
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="acl-devel"
|
|
short_desc="Collection of utilities to access MS-DOS disks"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/mtools"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339
|
|
conf_files="/etc/mtools.conf"
|
|
|
|
post_extract() {
|
|
vsed -i mtools.conf -e 's/^SAMPLE FILE/#### SAMPLE FILE/g'
|
|
}
|
|
|
|
post_install() {
|
|
vconf mtools.conf
|
|
}
|