1 # Maintainer: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
2 # Contributor: Imanol Celaya <ilcra1989@gmail.com>
7 pkgdesc="Portable version of the NetBSD 'make' build tool"
9 url="http://www.crufty.net/help/sjg/bmake.html"
12 depends=('bmake-mk-files')
14 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz")
15 sha256sums=('9af65a5d50799b913f64be84669ff2dffe02b549d0df9981a2fc0dbd1595ba87')
22 ../bmake/configure --prefix=/usr --with-default-sys-path=/usr/share/mk
27 install -Dm755 bmake-build/bmake "$pkgdir"/usr/bin/bmake
28 install -Dm644 bmake/bmake.1 "$pkgdir"/usr/share/man/man1/bmake.1