17 lines
506 B
Bash
17 lines
506 B
Bash
# Template file for 'mtools'
|
|
pkgname=mtools
|
|
version=4.0.26
|
|
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=539f1c8b476a16e198d8bcb10a5799e22e69de49d854f7dbd85b64c2a45dea1a
|
|
conf_files="/etc/mtools.conf"
|
|
|
|
post_install() {
|
|
vconf mtools.conf
|
|
}
|