Files
haikuports/app-editors/hexedit/hexedit-1.2.13.recipe
Humdinger 06e8ae9fb8 De-lint recipes
*	fceux
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	fenris
	SUMMARY must start with capital letter
	Re-ordered blocks

*	gcc
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	giflib6
	SUMMARY must start with capital letter
	Re-ordered blocks

*	glm
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	hexedit
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	lateef_font
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libmicro
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libusb_compat
	SUMMARY must start with capital letter
	Re-ordered blocks

*	readline
	Re-ordered blocks

*	libutf8proc
	SUMMARY must start with capital letter
	Re-ordered blocks
	Added REQUIRES_devel

*	libwebp
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lighttpd
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lzip
	SUMMARY must start with capital letter
	Re-ordered blocks
2015-08-08 13:05:27 +02:00

54 lines
1.1 KiB
Bash

SUMMARY="View and edit files in hexadecimal or in ASCII"
DESCRIPTION="hexedit shows a file both in ASCII and in hexadecimal. \
The file can be a device as the file is read a piece at a time. \
You can modify the file and search through it. \
You have also copy&paste and save to file functions. \
Truncating or appending to the file is allowed. \
Modifications are shown in bold."
HOMEPAGE="http://rigaux.org/hexedit.html"
COPYRIGHT="1998-2013 Pixel (Pascal Rigaux)"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://rigaux.org/hexedit-$portVersion.src.tgz"
CHECKSUM_SHA256="6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7"
SOURCE_DIR="hexedit"
PATCHES="hexedit-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
hexedit = $portVersion
cmd:hexedit = $portVersion
"
REQUIRES="
haiku
cmd:groff
lib:libncurses
"
BUILD_REQUIRES="
haiku_devel
devel:libncurses
"
BUILD_PREREQUIRES="
cmd:autoreconf
cmd:gcc
cmd:groff
cmd:ld
cmd:libtoolize
cmd:make
cmd:pkg_config
"
BUILD()
{
autoreconf
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
}