mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/protobuf: remove *.la
This commit is contained in:
parent
5cdfc2f239
commit
6d76d3cd4e
@ -1,8 +1,8 @@
|
||||
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=protobuf
|
||||
pkgver=2.4.0a
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Library for extensible, efficient structure packing"
|
||||
url="http://code.google.com/p/protobuf/"
|
||||
arch="all"
|
||||
@ -40,6 +40,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
py() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user