Update package version to 4.0.49

This commit is contained in:
2025-07-16 18:43:01 +03:00
parent e4a312301a
commit 0885280ce0
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
name: mtools name: mtools
description: A collection of utilities to access MS-DOS disks without mounting them description: A collection of utilities to access MS-DOS disks without mounting them
version: 4.0.44 version: 4.0.49
revision: 2
url: https://www.gnu.org/software/mtools/ url: https://www.gnu.org/software/mtools/
license: GPL3-or-later license: GPL3-or-later
architecture: any architecture: any
depends: ["glibc"] depends: ["glibc"]
optional_depends: ["libx11","libxau"] optional_depends: ["libx11","libxau"]
make_depends: ["libx11","texinfo"] make_depends: ["libx11","texinfo"]
keep: ["etc/mtools.conf"]
type: source type: source
+3
View File
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
prepare() { prepare() {
wget "$DOWNLOAD" wget "$DOWNLOAD"
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE" tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
# Comment out line in config file
sed -i '/^SAMPLE FILE/ s/./#&/' "$BPM_SOURCE"/mtools.conf
} }
# The build function is executed in the source directory # The build function is executed in the source directory