Update package version to 4.0.49
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user