mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
X11 fixesproto: new recipe (#1172)
This commit is contained in:
49
x11-proto/fixesproto/fixesproto-5.0.recipe
Normal file
49
x11-proto/fixesproto/fixesproto-5.0.recipe
Normal file
@@ -0,0 +1,49 @@
|
||||
SUMMARY="X.Org Fixes protocol headers"
|
||||
DESCRIPTION="This package provides the wire protocol for the X Fixes \
|
||||
extension. This extension is designed to provide server-side support \
|
||||
for application work arounds to shortcomings in the core X window system."
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
||||
COPYRIGHT="2006 Oracle
|
||||
2010 Red Hat, Inc."
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/fixesproto-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="67865a0e3cdc7dec1fd676f0927f7011ad4036c18eb320a2b41dbd56282f33b8"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
fixesproto$secondaryArchSuffix = $portVersion
|
||||
devel:fixesproto$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