mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/liboil: remove *.la
This commit is contained in:
parent
6e2d558e9e
commit
c862a3c22e
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=liboil
|
||||
pkgver=0.3.17
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Library of simple functions that are optimized for various CPUs."
|
||||
url="http://liboil.freedesktop.org/"
|
||||
arch="all"
|
||||
@ -21,6 +21,7 @@ build ()
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make -j1 DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
install -m755 -d "$pkgdir"/usr/share/licenses/liboil
|
||||
install -m644 COPYING "$pkgdir"/usr/share/licenses/liboil/ || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user