# Maintainer: Natanael Copa pkgname=libxmu pkgver=1.1.0 pkgrel=2 pkgdesc="X11 miscellaneous micro-utility library" url="http://xorg.freedesktop.org/" arch="all" license="custom" subpackages="$pkgname-dev $pkgname-doc" depends= makedepends="pkgconfig libxext-dev libxt-dev libx11-dev libsm-dev util-linux-ng-dev" source="http://xorg.freedesktop.org/releases/individual/lib/libXmu-$pkgver.tar.bz2" depends_dev="xproto libx11-dev libxt-dev libxext-dev util-linux-ng-dev" build () { cd "$srcdir"/libXmu-$pkgver ./configure --prefix=/usr \ --sysconfdir=/etc make || return 1 } package() { cd "$srcdir"/libXmu-$pkgver make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la || return 1 install -Dm644 $srcdir/libXmu-$pkgver/COPYING \ $pkgdir/usr/share/licenses/$pkgname/COPYING } md5sums="6836883a0120e8346cf7f58dc42e465a libXmu-1.1.0.tar.bz2"