diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:53:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-29 09:53:13 +0000 |
commit | 6d76d3cd4eba4f82ebfd83661c326a2a84cd0f6f (patch) | |
tree | a13781577a2f44164b8bbdf8e4dc7f26b918559f /testing | |
parent | 5cdfc2f239aa60cee863628d434e13eaeefb40d0 (diff) | |
download | aports-6d76d3cd4eba4f82ebfd83661c326a2a84cd0f6f.tar.bz2 aports-6d76d3cd4eba4f82ebfd83661c326a2a84cd0f6f.tar.xz |
testing/protobuf: remove *.la
Diffstat (limited to 'testing')
-rw-r--r-- | testing/protobuf/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/protobuf/APKBUILD b/testing/protobuf/APKBUILD index 3e374bbe4..28e07fa97 100644 --- a/testing/protobuf/APKBUILD +++ b/testing/protobuf/APKBUILD @@ -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() { |