17 lines
490 B
Bash
17 lines
490 B
Bash
# Template file for 'mtools'
|
|
pkgname=mtools
|
|
version=4.0.18
|
|
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-2"
|
|
homepage="http://www.gnu.org/software/mtools"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85
|
|
|
|
post_install() {
|
|
vconf mtools.conf
|
|
}
|