Remove libtool files

This commit is contained in:
2026-05-23 17:04:46 +03:00
parent 590a99b64e
commit 07c3b50446
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: enchant
description: Spelling library wrapper with consistent interface
version: 2.8.16
revision: 1
revision: 2
url: https://rrthomas.github.io/enchant/
license: LGPL2.1-or-later
maintainers:
+3
View File
@@ -24,6 +24,9 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
# Remove unwanted libtool files
find "$BPM_OUTPUT" -name '*.la' -delete
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/enchant/COPYING.LIB
}