# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=bitmap pkgver=1.0.8 pkgrel=0 pkgdesc="X Bitmap (XBM) editor and utilities" url="https://www.X.Org/" arch="all" license="X11" depends="" makedepends="util-macros libx11-dev libxaw-dev libxmu-dev xbitmaps xorgproto-dev" subpackages="$pkgname-doc" source="https://www.x.org/releases/individual/app/bitmap-$pkgver.tar.bz2" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="caa9f112254d59b3d0ad2d455dd8a896923250984f82135b8b7bf79a8645aff2e1a1c4cae6c8b1ba0cb2fcd89c4a6724091cb8c50b22d6524a53cca64585e303 bitmap-1.0.8.tar.bz2"