17 lines
507 B
Bash
17 lines
507 B
Bash
# Template file for 'mtools'
|
|
pkgname=mtools
|
|
version=4.0.19
|
|
revision=3
|
|
build_style=gnu-configure
|
|
makedepends="acl-devel"
|
|
conf_files="/etc/mtools.conf"
|
|
short_desc="A collection of utilities to access MS-DOS disks"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/mtools"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=1bc197199ea1c2c317f597879486eeb817f3199b526d94cc6841624768d910df
|
|
|
|
post_install() {
|
|
vconf mtools.conf
|
|
}
|