Files
haikuports/app-shells/dash/dash-0.5.7.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

44 lines
983 B
Plaintext

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/"
SRC_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz"
CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39"
REVISION="2"
LICENSE="GNU GPL v3"
COPYRIGHT="Copyright (c) 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
cmd:gcc
cmd:awk
cmd:make
"
BUILD()
{
runConfigure ./configure
make $jobArgs LIBS=-lbsd
}
INSTALL()
{
make install
}