mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
videoproto: new recipe (#1180)
This commit is contained in:
48
x11-proto/videoproto/videoproto-2.3.3.recipe
Normal file
48
x11-proto/videoproto/videoproto-2.3.3.recipe
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user