From 3b3df326e2d7909298154ce3b4453a8c5f1d60e9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 11 May 2025 16:25:32 +0300 Subject: [PATCH] Add license --- pkg.info | 1 + source.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pkg.info b/pkg.info index 47908e4..d564d11 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: libtool description: A generic library support script version: 2.5.4 +revision: 2 url: https://www.gnu.org/software/libtool/ license: GPL2-or-later-with-libtool-exception architecture: any diff --git a/source.sh b/source.sh index 54ac491..cbd4e56 100644 --- a/source.sh +++ b/source.sh @@ -30,4 +30,7 @@ check() { package() { make DESTDIR="$BPM_OUTPUT" install rm -fv "$BPM_OUTPUT"/usr/lib/libltdl.a + + # Install package license + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libtool/COPYING }