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