From 516fd9056c5bb977a26474cce0edb6cacbddf89c Mon Sep 17 00:00:00 2001 From: miqlas Date: Sun, 5 Mar 2017 00:58:16 +0100 Subject: [PATCH] videoproto: new recipe (#1180) --- x11-proto/videoproto/videoproto-2.3.3.recipe | 48 ++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 x11-proto/videoproto/videoproto-2.3.3.recipe diff --git a/x11-proto/videoproto/videoproto-2.3.3.recipe b/x11-proto/videoproto/videoproto-2.3.3.recipe new file mode 100644 index 000000000..469001d05 --- /dev/null +++ b/x11-proto/videoproto/videoproto-2.3.3.recipe @@ -0,0 +1,48 @@ +SUMMARY="X Video Extension" +DESCRIPTION="This package provides the wire protocol for the X Video \ +extension. This extension alows for accerlated drawing of videos." +HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/" +COPYRIGHT="1991 Digital Equipment Corporation, Maynard, Massachusetts, + Massachusetts Institute of Technology, Cambridge, Massachusetts." +LICENSE="MIT (no promotion)" +REVISION="1" +SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/videoproto-$portVersion.tar.gz" +CHECKSUM_SHA256="df8dfeb158767f843054248d020e291a2c40f7f5e0ac6d8706966686fee7c5c0" + +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + videoproto$secondaryArchSuffix = $portVersion + devel:videoproto$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 +}