Remove libtool files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: enchant
|
name: enchant
|
||||||
description: Spelling library wrapper with consistent interface
|
description: Spelling library wrapper with consistent interface
|
||||||
version: 2.8.16
|
version: 2.8.16
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://rrthomas.github.io/enchant/
|
url: https://rrthomas.github.io/enchant/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
|
|
||||||
|
# Remove unwanted libtool files
|
||||||
|
find "$BPM_OUTPUT" -name '*.la' -delete
|
||||||
|
|
||||||
# Install package license
|
# Install package license
|
||||||
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/enchant/COPYING.LIB
|
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/enchant/COPYING.LIB
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user