bsdbuild: remove long_desc.
This commit is contained in:
parent
a60d27c6da
commit
6a27180c64
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bsdbuild'
|
||||
pkgname=bsdbuild
|
||||
version=3.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch="yes"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-manpages --with-manlinks"
|
||||
|
@ -13,20 +13,6 @@ homepage="http://hypertriton.com/bsdbuild/"
|
|||
license="BSD"
|
||||
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
|
||||
checksum=202fbadffcab04a395bd4b3cb786720fd034c862ecf74da603ab29fbbe423428
|
||||
long_desc="
|
||||
BSDBuild is a simple, self-contained and portable build system derived from
|
||||
the traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles,
|
||||
but without BSD make extensions (it uses standard Bourne script fragments
|
||||
instead), so the build system is portable to most operating systems and make
|
||||
flavors.
|
||||
|
||||
You never need to "regenerate" your makefiles when using BSDBuild, they are
|
||||
edited directly. This is one major advantage of BSDBuild over systems which
|
||||
use generated makefiles: BSDBuild is implemented as a library.
|
||||
|
||||
BSDBuild can generate Bourne-type configure scripts. The base distribution
|
||||
currently includes over 90 built-in tests for detecting and testing the
|
||||
compatibility of various software, and writing new tests is easy."
|
||||
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
|
|
Loading…
Reference in New Issue