bsdbuild: update to 3.0.
This commit is contained in:
parent
13d4da77cf
commit
e14d3e39f3
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'bsdbuild'
|
||||
pkgname=bsdbuild
|
||||
version=2.7
|
||||
version=3.0
|
||||
revision=1
|
||||
distfiles="http://stable.hypertriton.com/bsdbuild/$pkgname-$version.tar.gz"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --with-manpages --with-manlinks"
|
||||
make_install_args="
|
||||
SHAREDIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr/share/bsdbuild
|
||||
BINDIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr/bin
|
||||
MANDIR=${XBPS_DESTDIR}/${pkgname}-${version}/usr/share/man"
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-manpages --with-manlinks"
|
||||
makedepends="groff"
|
||||
fulldepends="perl>=0"
|
||||
short_desc="Simple, self-contained and portable build system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b84dc117a353c0ade3cda9696d160983094cb86ff2262fc2bb9060e46f54a8ba
|
||||
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,
|
||||
|
@ -28,9 +28,7 @@ long_desc="
|
|||
currently includes over 90 built-in tests for detecting and testing the
|
||||
compatibility of various software, and writing new tests is easy."
|
||||
|
||||
noarch=yes
|
||||
|
||||
pre_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/bin
|
||||
pre_install() {
|
||||
vmkdir usr/share/man/man1
|
||||
vmkdir usr/share/man/man5
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue