From c4e3adc5fa9668b2b2117d29cda54294fca02593 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 8 May 2025 18:39:13 +0300 Subject: [PATCH] Add license --- pkg.info | 2 +- source.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index ad7c85a..6c19453 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: autoconf description: GNU automatic source code configuration tool version: 2.72 -revision: 2 +revision: 3 url: https://www.gnu.org/software/autoconf/ license: GPL2,GPL3,custom architecture: any diff --git a/source.sh b/source.sh index 6337e64..5326d15 100644 --- a/source.sh +++ b/source.sh @@ -29,4 +29,8 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + install -Dm644 COPYING.EXCEPTION "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING.EXCEPTION + install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING + install -Dm644 COPYINGv3 "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYINGv3 }