aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxmu
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxmu')
-rw-r--r--main/libxmu/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/libxmu/APKBUILD b/main/libxmu/APKBUILD
index fb55cfa9ce..afda7a7e42 100644
--- a/main/libxmu/APKBUILD
+++ b/main/libxmu/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxmu
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="X11 miscellaneous micro-utility library"
url="http://xorg.freedesktop.org/"
license="custom"
@@ -17,6 +17,10 @@ build ()
./configure --prefix=/usr \
--sysconfdir=/etc
make || return 1
+}
+
+package() {
+ cd "$srcdir"/libXmu-$pkgver
make DESTDIR="$pkgdir" install || return 1
install -Dm644 $srcdir/libXmu-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING