aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxres/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxres/APKBUILD')
-rw-r--r--main/libxres/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/libxres/APKBUILD b/main/libxres/APKBUILD
index 034c849509..977205e6b6 100644
--- a/main/libxres/APKBUILD
+++ b/main/libxres/APKBUILD
@@ -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"