Dash: version bump (#2170)

This commit is contained in:
miqlas
2018-02-03 21:30:14 +01:00
committed by fbrosson
parent c60afd1093
commit 0056631f09

View File

@@ -8,9 +8,9 @@ COPYRIGHT="1989-1994 The Regents of the University of California
1997 Christos Zoulas
1997-2005 Herbert Xu"
LICENSE="GNU GPL v3"
REVISION="3"
SOURCE_URI="http://gondor.apana.org/~herbert/dash/files/dash-0.5.7.tar.gz"
CHECKSUM_SHA256="ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39"
REVISION="1"
SOURCE_URI="https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/dash-$portVersion.tar.gz"
CHECKSUM_SHA256="3f747013a20a3a9d2932be1a6dd1b002ca5649849b649be0af8a8da80bd8a918"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -28,15 +28,20 @@ BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:aclocal
cmd:autoconf
cmd:autoheader
cmd:automake
cmd:awk
cmd:gcc
cmd:make
"
BUILD()
{
./autogen.sh
runConfigure ./configure
make $jobArgs LIBS=-lbsd
make $jobArgs LIBS="-lbsd"
}
INSTALL()