From b53ca7f1b2ce45bab503aaef14e1e4502d4ad9c0 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 10:33:27 +0000 Subject: [PATCH] Converted metadata to yaml --- .compilation-options | 1 + pkg.info | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .compilation-options diff --git a/.compilation-options b/.compilation-options new file mode 100644 index 0000000..9c7aafe --- /dev/null +++ b/.compilation-options @@ -0,0 +1 @@ +ARCH=any diff --git a/pkg.info b/pkg.info index f7df870..ad7c85a 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: autoconf description: GNU automatic source code configuration tool version: 2.72 +revision: 2 url: https://www.gnu.org/software/autoconf/ license: GPL2,GPL3,custom architecture: any +depends: ["bash","coreutils","grep","m4","make","sed","texinfo"] +make_depends: ["bash","coreutils","grep","m4","make","perl","sed","texinfo"] type: source