X11 fixesproto: new recipe (#1172)

This commit is contained in:
miqlas
2017-03-05 00:55:38 +01:00
committed by waddlesplash
parent a8c04b952e
commit cd049352b2

View File

@@ -0,0 +1,49 @@
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="1"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$portVersion.tar.gz"
CHECKSUM_SHA256="67865a0e3cdc7dec1fd676f0927f7011ad4036c18eb320a2b41dbd56282f33b8"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
fixesproto$secondaryArchSuffix = $portVersion
devel:fixesproto$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
devel:util_macros$secondaryArchSuffix
cmd:autoconf
cmd:libtool
cmd:aclocal
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD()
{
libtoolize --force --copy --install
autoreconf -i
runConfigure ./configure
}
INSTALL()
{
make install
fixPkgconfig
}