void-packages/srcpkgs/bsdbuild/template

37 lines
1.4 KiB
Plaintext

# Template file for 'bsdbuild'
pkgname=bsdbuild
version=2.7
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"
short_desc="Simple, self-contained and portable build system"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b84dc117a353c0ade3cda9696d160983094cb86ff2262fc2bb9060e46f54a8ba
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."
noarch=yes
Add_dependency full perl ">=0"
pre_install()
{
install -d ${DESTDIR}/usr/bin
}