mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libxres: remove *.la files
This commit is contained in:
parent
dba956acd8
commit
d6dbab8ddd
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libxres
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Resource extension library"
|
||||
url="http://xorg.freedesktop.org"
|
||||
arch="all"
|
||||
@ -23,6 +23,8 @@ build ()
|
||||
package() {
|
||||
cd "$srcdir"/libXres-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
md5sums="d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user