0
0
Fork 0
haikuports/x11-proto/fixesproto/fixesproto-5.0.recipe

50 lines
1.1 KiB
Bash

SUMMARY="X.Org Fixes protocol headers"
DESCRIPTION="This package provides the wire protocol for the X Fixes \
extension. This extension is designed to provide server-side support \
for application work arounds to shortcomings in the core X window system."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="2006 Oracle
2010 Red Hat, Inc."
LICENSE="MIT (no promotion)"
REVISION="3"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$portVersion.tar.gz"
CHECKSUM_SHA256="67865a0e3cdc7dec1fd676f0927f7011ad4036c18eb320a2b41dbd56282f33b8"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
fixesproto$secondaryArchSuffix = $portVersion
devel:fixesproto$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
}