mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
49 lines
1.2 KiB
Bash
49 lines
1.2 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="2"
|
|
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
|
|
}
|