0
0
Fork 0
haikuports/x11-proto/bigreqsproto/bigreqsproto-1.1.2.recipe

48 lines
1.0 KiB
Bash

SUMMARY="The X11 Big Requests Extension"
DESCRIPTION="This extension defines a protocol to enable the use of requests \
that exceed 262140 bytes in length."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="1992, 1998 The Open Group"
LICENSE="MIT (no promotion)"
REVISION="3"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$portVersion.tar.gz"
CHECKSUM_SHA256="de68a1a9dd1a1219ad73531bff9f662bc62fcd777387549c43cd282399f4a6ea"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
bigreqsproto$secondaryArchSuffix = $portVersion
devel:bigreqsproto$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtool
cmd:make
cmd:pkg_config$secondaryArchSuffix
devel:util_macros
"
BUILD()
{
libtoolize --force --copy --install
autoreconf -i
runConfigure ./configure
}
INSTALL()
{
make install
fixPkgconfig
}