mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/json-glib: remove *.la files
This commit is contained in:
parent
7fa33abaeb
commit
1ce29dfbc6
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user