# Maintainer: Natanael Copa pkgname=libxaw pkgver=1.0.13 pkgrel=3 pkgdesc="X Athena Widget Set" url="https://www.x.org" arch="all" license="MIT" makedepends="libxmu-dev libxpm-dev libxext-dev libx11-dev util-macros xorgproto" subpackages="$pkgname-dev $pkgname-doc" source="https://www.x.org/releases/individual/lib/libXaw-$pkgver.tar.bz2" builddir="$srcdir"/libXaw-$pkgver build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ --disable-xaw8 \ --disable-static \ --disable-xaw6 make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="d768a39f7111802493fa1df1b80d858e4139ceeb883d45ff13ce3b7a0e775a7d2834b7ad157c8330117f04c32f38979795332dd7a119adb2344fcb1aa9cf1e2f libXaw-1.0.13.tar.bz2"