mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
xproto: Add recipe for 7.0.26
This commit is contained in:
57
x11-proto/xproto/xproto-7.0.26.recipe
Normal file
57
x11-proto/xproto/xproto-7.0.26.recipe
Normal file
@@ -0,0 +1,57 @@
|
||||
SUMMARY="xproto"
|
||||
DESCRIPTION="
|
||||
xproto.
|
||||
"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/xorg/proto/xproto/"
|
||||
COPYRIGHT="1991, Oracle and/or its affiliates. All rights reserved.
|
||||
1985, 1987, 1988, 1990, 1991, 1993-1996, 1998 The Open Group
|
||||
1987 by Digital Equipment Corporation, Maynard, Massachusetts.
|
||||
1987 by Apollo Computer Inc., Chelmsford, Massachusetts.
|
||||
1989 by Hewlett-Packard Company.
|
||||
1999 The XFree86 Project Inc."
|
||||
LICENSE="MIT (no promotion)"
|
||||
|
||||
SRC_URI="http://cgit.freedesktop.org/xorg/proto/xproto/snapshot/xproto-7.0.26.tar.gz"
|
||||
CHECKSUM_SHA256="8c9667873a446f34c440d06e37c83144979d1abe6fa3dcd52727e7c6fecb290f"
|
||||
REVISION="1"
|
||||
|
||||
PATCHES="xproto-7.0.26.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
xproto$secondaryArchSuffix = $portVersion
|
||||
devel:xproto$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh -V
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
fixPkgconfig
|
||||
}
|
||||
Reference in New Issue
Block a user