From 1d2c3820f57a063ddb7d36d0ef897537f976a805 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 13 Jun 2026 19:59:33 +0300 Subject: [PATCH] Switch to new package format --- pkg.info => info.yml | 4 ++-- source.sh => recipe.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename pkg.info => info.yml (81%) rename source.sh => recipe.sh (95%) diff --git a/pkg.info b/info.yml similarity index 81% rename from pkg.info rename to info.yml index d88d2fd..33d2b9a 100644 --- a/pkg.info +++ b/info.yml @@ -1,7 +1,7 @@ name: inetutils description: A collection of common network program version: "2.8" -revision: 1 +revision: 2 url: https://www.gnu.org/software/inetutils/ license: GPL3-or-later maintainers: @@ -13,7 +13,7 @@ depends: - ncurses - readline 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_strip_components: 1 checksum: 57b3cf4f77555992881e5ba2a09a63b05aa2c56342a60ed4305b5f45938390b5 diff --git a/source.sh b/recipe.sh similarity index 95% rename from source.sh rename to recipe.sh index af61d6b..704f7a8 100644 --- a/source.sh +++ b/recipe.sh @@ -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 output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT