Switch to new package format
This commit is contained in:
+13
-4
@@ -1,11 +1,20 @@
|
|||||||
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.49
|
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
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glibc"]
|
|
||||||
optional_depends: ["libx11","libxau"]
|
|
||||||
make_depends: ["libx11","texinfo"]
|
|
||||||
keep: ["etc/mtools.conf"]
|
|
||||||
type: source
|
type: source
|
||||||
|
keep:
|
||||||
|
- etc/mtools.conf
|
||||||
|
depends:
|
||||||
|
- glibc
|
||||||
|
optional_depends:
|
||||||
|
- libx11
|
||||||
|
- libxau
|
||||||
|
make_depends:
|
||||||
|
- libx11
|
||||||
|
- texinfo
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user