testing/protobuf: remove *.la

This commit is contained in:
Natanael Copa 2011-06-29 09:53:13 +00:00
parent 5cdfc2f239
commit 6d76d3cd4e

View File

@ -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() {