0
0
Fork 0
haikuports/x11-proto/inputproto/inputproto-2.0.recipe

57 lines
1.7 KiB
Bash

SUMMARY="X.Org input extension protocol"
DESCRIPTION="XI2's intent is to replace both core input processing and prior \
versions of the X Input Extension. Historically, the majority of applications \
employed the core protocol requests and events to handle user input. The core \
protocol does not provide information about which device generated the event.
The X Input Extension version up to 1.5 requires the differentiation between \
core and extended devices. Extended devices may not be core devices and thus \
cannot be used on applications employing the core protocol. XI2 addresses both \
of these issues by enabling devices to be both extended and core devices and \
providing device information in each event (with the exception of core events)."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="1989, 1998 The Open Group
1989 by Hewlett-Packard Company, Palo Alto, California"
LICENSE="MIT (no promotion)"
REVISION="1"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/inputproto-2.0.tar.gz"
CHECKSUM_SHA256="cd89a1e95745875e66947ba28587c720c91aec63836ac6548ca12fd525c0a2ee"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
inputproto$secondaryArchSuffix = $portVersion
devel:inputproto$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$secondaryArchSuffix
"
BUILD()
{
libtoolize --force --copy --install
autoreconf -i
runConfigure ./configure
}
INSTALL()
{
make install
fixPkgconfig
}