mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes.
* arm_none_eabi_newlib Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES and BUILD_REQUIRES. * avrdude Removed e-mail from COPYRIGHT. Re-ordered blocks. * bafx Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becasso Removed e-mail from COPYRIGHT. Re-ordered blocks. Added REQUIRES. * becjk Removed e-mail from COPYRIGHT. Re-ordered blocks. * bmake Removed e-mail from COPYRIGHT. Re-ordered blocks. * cmake_haiku Removed e-mail from COPYRIGHT. Re-ordered blocks. * coveredcalc Removed e-mail from COPYRIGHT. Re-ordered blocks. * curl Removed e-mail from COPYRIGHT. Re-ordered blocks. * dejavu Removed e-mail from COPYRIGHT. Re-ordered blocks. * dfu-programmer Removed e-mail from COPYRIGHT. Re-ordered blocks. * exiv2 Removed e-mail from COPYRIGHT. Re-ordered blocks. * festival Removed e-mail from COPYRIGHT. Re-ordered blocks. * fxload Removed e-mail from COPYRIGHT. Re-ordered blocks. * geos Removed e-mail from COPYRIGHT. Re-ordered blocks. * gsl Removed e-mail from COPYRIGHT. Re-ordered blocks. * lato_fonts Removed e-mail from COPYRIGHT. Re-ordered blocks. * libabw Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcaca Removed e-mail from COPYRIGHT. Re-ordered blocks. * libcdr Removed e-mail from COPYRIGHT. Re-ordered blocks. * libdv Removed e-mail from COPYRIGHT. Re-ordered blocks. * libebook Removed e-mail from COPYRIGHT. Re-ordered blocks. * libetonyek Removed e-mail from COPYRIGHT. Re-ordered blocks.
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
SUMMARY="Portable version of NetBSD make"
|
||||
DESCRIPTION="
|
||||
Bmake is derived from NetBSD's make(1), its goal is to be a portable version \
|
||||
of same, so new features are added via imports of NetBSD's make (I'm one of \
|
||||
the contributors to NetBSD). Thus bmake is kept in sync with NetBSD's make.
|
||||
DESCRIPTION="Bmake is derived from NetBSD's make(1), its goal is to be a \
|
||||
portable version of same, so new features are added via imports of NetBSD's \
|
||||
make (I'm one of the contributors to NetBSD). Thus bmake is kept in sync with \
|
||||
NetBSD's make.
|
||||
|
||||
This version of Make features several extensions that are not in GNU Make, and \
|
||||
does not has all of GNU Make extensions. Some projects explicitly require one \
|
||||
or the other.
|
||||
"
|
||||
or the other."
|
||||
HOMEPAGE="http://www.crufty.net/help/sjg/bmake.htm"
|
||||
COPYRIGHT="1990-2014 NetBSD and sjg"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="1990-2014 NetBSD and sjg@crufty.net"
|
||||
SOURCE_URI="http://www.crufty.net/ftp/pub/sjg/bmake-20140214.tar.gz"
|
||||
CHECKSUM_SHA256="2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.crufty.net/ftp/pub/sjg/bmake-20140214.tar.gz"
|
||||
SOURCE_DIR="bmake"
|
||||
CHECKSUM_SHA256="2ec1771a800431c26361659ab0f96ec5c2536e85b46564eb69fa75a4b12886de"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -23,17 +24,16 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="bmake"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --with-default-sys-path=$dataDir/mk
|
||||
|
||||
Reference in New Issue
Block a user