Update package version to 4.0.49
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
name: mtools
|
||||
description: A collection of utilities to access MS-DOS disks without mounting them
|
||||
version: 4.0.44
|
||||
revision: 2
|
||||
version: 4.0.49
|
||||
url: https://www.gnu.org/software/mtools/
|
||||
license: GPL3-or-later
|
||||
architecture: any
|
||||
depends: ["glibc"]
|
||||
optional_depends: ["libx11","libxau"]
|
||||
make_depends: ["libx11","texinfo"]
|
||||
keep: ["etc/mtools.conf"]
|
||||
type: source
|
||||
|
||||
@@ -10,6 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
|
||||
prepare() {
|
||||
wget "$DOWNLOAD"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user