diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.1.2.recipe b/x11-proto/bigreqsproto/bigreqsproto-1.1.2.recipe new file mode 100644 index 000000000..8c90c674c --- /dev/null +++ b/x11-proto/bigreqsproto/bigreqsproto-1.1.2.recipe @@ -0,0 +1,47 @@ +SUMMARY="The X11 Big Requests Extension" +DESCRIPTION="This extension defines a protocol to enable the use of requests \ +that exceed 262140 bytes in length." +HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/" +COPYRIGHT="1992, 1998 The Open Group" +LICENSE="MIT (no promotion)" +REVISION="1" +SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/bigreqsproto-$portVersion.tar.gz" +CHECKSUM_SHA256="de68a1a9dd1a1219ad73531bff9f662bc62fcd777387549c43cd282399f4a6ea" + +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + bigreqsproto$secondaryArchSuffix = $portVersion + devel:bigreqsproto$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 +}