From a56750393738f8f008fc6c209f3206a655cbf86a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 29 Jun 2011 18:37:10 -0500 Subject: main/libogg: remove *.la files --- main/libogg/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/libogg') diff --git a/main/libogg/APKBUILD b/main/libogg/APKBUILD index 64bad3bb6a..5a9d651bbb 100644 --- a/main/libogg/APKBUILD +++ b/main/libogg/APKBUILD @@ -1,9 +1,8 @@ # Contributor: Mika Havela # Maintainer: Natanael Copa - pkgname=libogg pkgver=1.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Ogg bitstream and framing library" url="http://xiph.org/ogg/" arch="all" @@ -23,6 +22,8 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" make -j1 DESTDIR="$pkgdir" install + rm "$pkgdir"/usr/lib/*.la + install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -- cgit v1.2.3