main/json-glib: remove *.la files

This commit is contained in:
William Pitcock 2011-06-29 16:56:57 -05:00
parent 7fa33abaeb
commit 1ce29dfbc6

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=json-glib
pkgver=0.12.6
pkgrel=0
pkgrel=1
pkgdesc="JSON library built on GLib"
arch="all"
url="http://live.gnome.org/JsonGlib"
@ -21,6 +21,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la
}
md5sums="88e83b27854748421f5dadf47ca42d1a json-glib-0.12.6.tar.bz2"