0
0
Fork 0
haikuports/x11-proto/videoproto/videoproto-2.3.3.recipe

49 lines
1.1 KiB
Bash

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