mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
glproto, new recipe (#2032)
This commit is contained in:
43
x11-proto/glproto/glproto-1.4.17.recipe
Normal file
43
x11-proto/glproto/glproto-1.4.17.recipe
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
SUMMARY="X.Org GL protocol headers"
|
||||||
|
DESCRIPTION="Headers for the X11 GL protocol."
|
||||||
|
HOMEPAGE="https://www.x.org/releases/individual/proto/"
|
||||||
|
COPYRIGHT="1991-2000 Silicon Graphics, Inc."
|
||||||
|
LICENSE="MIT"
|
||||||
|
REVISION="1"
|
||||||
|
SOURCE_URI="https://www.x.org/releases/individual/proto/glproto-$portVersion.tar.bz2"
|
||||||
|
CHECKSUM_SHA256="adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40"
|
||||||
|
|
||||||
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
glproto$secondaryArchSuffix = $portVersion
|
||||||
|
devel:glproto$secondaryArchSuffix = $portVersion
|
||||||
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
|
"
|
||||||
|
BUILD_PREREQUIRES="
|
||||||
|
devel:util_macros$secondaryArchSuffix
|
||||||
|
cmd:aclocal
|
||||||
|
cmd:autoconf
|
||||||
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
cmd:make
|
||||||
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD()
|
||||||
|
{
|
||||||
|
autoreconf -vfi
|
||||||
|
runConfigure ./configure
|
||||||
|
}
|
||||||
|
|
||||||
|
INSTALL()
|
||||||
|
{
|
||||||
|
make install
|
||||||
|
fixPkgconfig
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user