Files
haikuports/sys-apps/gptfdisk/gptfdisk-0.8.10.recipe
Humdinger f28c2ddf1a Minor fixes pointeed out by waddlesplash.
*	gcc
	Use ${effectiveTargetMachineTriple} as in the SUMMARY
	Better DESCRIPTION, "The standard compiler..."

*	hdialog
	Fix typo, "g++"

*	homeworld
	Fix typo, "license"

*	gnutls
	Move PATCHES below CHECKSUM.

*	gptfdisk
	Added CHECKSUM_SHA256
	Corrected patch file name.

*	iozone
	Fixed typo.
	Removed comma after copyright year.
	Moved PATCHES down.

*	isl, m, iup, kdelibs4, gnutls, farfbuzz, htmltidy, ftgl
	Re-order the _devel blocks
2015-07-20 17:12:50 +02:00

41 lines
854 B
Bash

SUMMARY="GPT partition table manipulator"
DESCRIPTION="GPT fdisk is a disk partitioning tool loosely modeled on Linux \
fdisk, but used for modifying GUID Partition Table (GPT) disks. The related \
FixParts utility fixes some common problems on Master Boot Record (MBR) disks."
REVISION="1"
ARCHITECTURES="!x86_gcc2"
HOMEPAGE="http://www.rodsbooks.com/gdisk/"
SOURCE_URI="http://sourceforge.net/projects/gptfdisk/files/gptfdisk/0.8.10/gptfdisk-0.8.10.tar.gz"
CHECKSUM_SHA256="73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b"
PATCHES="gptfdisk-0.8.10.patchset"
LICENSE="GNU GPL v2"
COPYRIGHT="2013 Rod Smith"
PROVIDES="
gptfdisk = $portVersion
"
BUILD_REQUIRES="
devel:libuuid
devel:libncurses
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
cmd:make
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
make install
}
TEST()
{
make check
}