0
0
Fork 0
haikuports/x11-proto/randrproto/randrproto-1.5.0.recipe

52 lines
1.2 KiB
Bash

SUMMARY="X Resize and Rotate Extension (RandR)"
DESCRIPTION="This extension defines a protocol for clients to dynamically \
change X screens, so as to resize, rotate and reflect the root window of a \
screen."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="2000 Compaq Computer Corporation
2002 Hewlett-Packard Company
2006 Intel Corporation
2008 Red Hat, Inc."
LICENSE="MIT (no promotion)"
REVISION="3"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/randrproto-$portVersion.tar.gz"
CHECKSUM_SHA256="8f8a716d6daa6ba05df97d513960d35a39e040600bf04b313633f11679006fab"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
randrproto$secondaryArchSuffix = $portVersion
devel:randrproto$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
}