mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
parent
7cd5723a4c
commit
4d8dcfcf7a
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mtools'
|
# Template file for 'mtools'
|
||||||
pkgname=mtools
|
pkgname=mtools
|
||||||
version=4.0.27
|
version=4.0.31
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="acl-devel"
|
makedepends="acl-devel"
|
||||||
|
@ -9,9 +9,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/mtools"
|
homepage="http://www.gnu.org/software/mtools"
|
||||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=9c88c8d9244e54768e40b92c005e61ec4e084ea7c070df9184caf1a6408838b3
|
checksum=538999277f8f2fa901f3898855d1b0ccb184666457fefddb70001cac612dd586
|
||||||
conf_files="/etc/mtools.conf"
|
conf_files="/etc/mtools.conf"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
vsed -i mtools.conf -e 's/^SAMPLE FILE/#### SAMPLE FILE/g'
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf mtools.conf
|
vconf mtools.conf
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue