# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=bitmap pkgver=1.0.9 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() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456 bitmap-1.0.9.tar.bz2"