mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/openobex: remove *.la files
This commit is contained in:
parent
e7d2370022
commit
9875c6e5e6
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=openobex
|
||||
pkgver=1.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
|
||||
url="http://dev.zuckschwerdt.org/openobex/"
|
||||
arch="all"
|
||||
@ -26,6 +26,7 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
libopenobex() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user