mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/libxkbui: remove *.la
This commit is contained in:
parent
4a28ee2611
commit
53fd7e1052
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libxkbui
|
||||
pkgver=1.0.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="X11 keyboard UI presentation library"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
arch="all"
|
||||
@ -21,5 +21,6 @@ build () {
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
md5sums="1143e456f7429e18e88f2eadb2f2b6b1 libxkbui-1.0.2.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user