Switch to new package format
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
name: inetutils
|
name: inetutils
|
||||||
description: A collection of common network program
|
description: A collection of common network program
|
||||||
version: "2.8"
|
version: "2.8"
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://www.gnu.org/software/inetutils/
|
url: https://www.gnu.org/software/inetutils/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -13,7 +13,7 @@ depends:
|
|||||||
- ncurses
|
- ncurses
|
||||||
- readline
|
- readline
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://ftpmirror.gnu.org/gnu/inetutils/inetutils-${BPM_PKG_VERSION}.tar.gz
|
- url: https://ftp.gnu.org/gnu/inetutils/inetutils-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 57b3cf4f77555992881e5ba2a09a63b05aa2c56342a60ed4305b5f45938390b5
|
checksum: 57b3cf4f77555992881e5ba2a09a63b05aa2c56342a60ed4305b5f45938390b5
|
||||||
@@ -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