From 1aad82335cd28f118dfd0496488052a7b7cd816f Mon Sep 17 00:00:00 2001 From: miqlas Date: Sun, 5 Mar 2017 02:05:24 +0100 Subject: [PATCH] xineramaproto: new recipe (#1185) --- .../xineramaproto/xineramaproto-1.2.1.recipe | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 x11-proto/xineramaproto/xineramaproto-1.2.1.recipe diff --git a/x11-proto/xineramaproto/xineramaproto-1.2.1.recipe b/x11-proto/xineramaproto/xineramaproto-1.2.1.recipe new file mode 100644 index 000000000..0f0ff0f56 --- /dev/null +++ b/x11-proto/xineramaproto/xineramaproto-1.2.1.recipe @@ -0,0 +1,47 @@ +SUMMARY="X Xinerama Extension" +DESCRIPTION="This is an X extension that allows multiple physical screens \ +controlled by a single X server to appear as a single screen." +HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/" +COPYRIGHT="2003 The Open Group" +LICENSE="MIT (no promotion)" +REVISION="1" +SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$portVersion.tar.gz" +CHECKSUM_SHA256="d99e121edf7b310008d7371ac5dbe3aa2810996d476b754dc78477cc26e5e7c1" + +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + xineramaproto$secondaryArchSuffix = $portVersion + devel:xineramaproto$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 +}