0
0
Fork 0
haikuports/x11-proto/renderproto/renderproto-0.11.1.recipe

49 lines
1.1 KiB
Bash

SUMMARY="X Rendering Extension"
DESCRIPTION="This extension defines the protcol for a digital image \
composition as the foundation of a new rendering model within the X \
Window System."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="2000 SuSE, Inc."
LICENSE="MIT (no promotion)"
REVISION="3"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/renderproto-$portVersion.tar.gz"
CHECKSUM_SHA256="a0a4be3cad9381ae28279ba5582e679491fc2bec9aab8a65993108bf8dbce5fe"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
renderproto$secondaryArchSuffix = $portVersion
devel:renderproto$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
}