void-packages/srcpkgs/bsdbuild/template

21 lines
587 B
Text
Raw Normal View History

2010-05-19 09:03:21 +00:00
# Template file for 'bsdbuild'
pkgname=bsdbuild
2012-08-11 07:37:27 +00:00
version=3.0
2014-02-18 14:29:40 +00:00
revision=2
noarch="yes"
2012-08-11 07:37:27 +00:00
build_style=gnu-configure
configure_args="--with-manpages --with-manlinks"
hostmakedepends="groff perl"
depends="perl"
2010-05-19 09:03:21 +00:00
short_desc="Simple, self-contained and portable build system"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-08-11 07:37:27 +00:00
homepage="http://hypertriton.com/bsdbuild/"
license="BSD"
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
checksum=202fbadffcab04a395bd4b3cb786720fd034c862ecf74da603ab29fbbe423428
2010-05-19 09:03:21 +00:00
2012-08-11 07:37:27 +00:00
pre_install() {
vmkdir usr/share/man/man1
vmkdir usr/share/man/man5
2010-05-19 09:03:21 +00:00
}