Files
haikuports/dev-util/diffstat/diffstat-1.61.recipe
Jerome Duval fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00

49 lines
864 B
Bash

SUMMARY="Display a histogram of diff changes"
DESCRIPTION="Reads the output of diff and displays a histogram of the \
insertions, deletions, and modifications per-file. It is useful for \
reviewing large, complex files."
HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
SOURCE_URI="ftp://invisible-island.net/diffstat/diffstat-1.61.tgz"
LICENSE="Diffstat"
COPYRIGHT="1994-2016 Thomas E. Dickey"
REVISION="2"
CHECKSUM_SHA256="25359e0c27183f997b36c9202583b5dc2df390c20e22a92606af4bf7856a55ee"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
diffstat = $portVersion
cmd:diffstat = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
cmd:diff
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
"
BUILD()
{
runConfigure --omit-dirs docDir ./configure
make $jobArgs
}
INSTALL()
{
mkdir -p $binDir
make install
}
TEST()
{
make check
}