Files
haikuports/app-shells/dash/dash-0.5.7.recipe
Humdinger d190b53420 De-Linting recipes.
*	bdh-calc
	License is Zlib.
	Improved SUMMARY.
	Minor cosmetics.

*	daa2iso
	Removed "." from SUMMARY.
	Minor cosmetics.

*	dash
	Removed "." from SUMMARY.
	Moved some things into BUILD_PREREQUIRES.

*	ddrescue
	Shortened SUMMARY.
	Added cmd:lzip to BUILD_PREREQUIRES.
	Minor cosmetics.

*	diffutils
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	discount
	Shortened SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	doctranslator
	Shortened SUMMARY.
	Corrected checksum.
	Added SECONDARY_ARCHITECTURES.

*	dos2unix
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dtc
	Improved DESCRIPTION
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dulwich
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.
2015-07-19 14:58:38 +02:00

45 lines
991 B
Bash

SUMMARY="POSIX-compliant implementation of /bin/sh"
DESCRIPTION="Dash is a POSIX-compliant implementation of /bin/sh that aims to \
be as small as possible. It does this without sacrificing speed where \
possible. In fact, it is significantly faster than bash (the GNU Bourne-Again \
Shell) for most tasks."
HOMEPAGE="http://gondor.apana.org/~herbert/dash/"
SOURCE_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz"
CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39"
REVISION="2"
LICENSE="GNU GPL v3"
COPYRIGHT="1989-1994 The Regents of the University of California
1997 Christos Zoulas
1997-2005 Herbert Xu"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
dash = $portVersion
cmd:dash = $portVersion
"
REQUIRES="
haiku
lib:libreadline
lib:libncursesw
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:awk
cmd:make
"
BUILD()
{
runConfigure ./configure
make $jobArgs LIBS=-lbsd
}
INSTALL()
{
make install
}