From cd049352b28f38a7dc636f4b07a3021e744758db Mon Sep 17 00:00:00 2001 From: miqlas Date: Sun, 5 Mar 2017 00:55:38 +0100 Subject: [PATCH] X11 fixesproto: new recipe (#1172) --- x11-proto/fixesproto/fixesproto-5.0.recipe | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 x11-proto/fixesproto/fixesproto-5.0.recipe diff --git a/x11-proto/fixesproto/fixesproto-5.0.recipe b/x11-proto/fixesproto/fixesproto-5.0.recipe new file mode 100644 index 000000000..0277a0fe6 --- /dev/null +++ b/x11-proto/fixesproto/fixesproto-5.0.recipe @@ -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 +}