mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/libxfce4util: remove *.la files
This commit is contained in:
parent
108faf4f75
commit
a8d871cbbe
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libxfce4util
|
||||
pkgver=4.8.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Basic utility non-GUI functions for Xfce"
|
||||
url="http://www.xfce.org/"
|
||||
arch="all"
|
||||
@ -25,5 +25,6 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
md5sums="2be3af4c7db5ad293a7525e1021e6f0f libxfce4util-4.8.1.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user