mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/libpciaccess: remove *.la
This commit is contained in:
parent
826ae77444
commit
ccba9193fe
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libpciaccess
|
||||
pkgver=0.12.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 PCI access library"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
arch="all"
|
||||
@ -20,6 +20,7 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
md5sums="d6363ee9f4df79f6fc47cba7c67b0d35 libpciaccess-0.12.1.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user