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