void-packages/srcpkgs/mtools/template
jbu c2bfc6b7d5 bandwith / download times + $GNU_SITE cleanup
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible.
+ Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate.
+ Clean up xlint warnings.
+ inetutils: update to 1.9.3 and split into subpkgs
2015-05-22 11:47:56 +02:00

18 lines
490 B
Bash

# Template file for 'mtools'
pkgname=mtools
version=4.0.18
revision=2
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
}