compositeproto: new recipe (#1181)

This commit is contained in:
miqlas
2017-03-05 00:58:27 +01:00
committed by waddlesplash
parent 516fd9056c
commit ccb8b3f886

View File

@@ -0,0 +1,48 @@
SUMMARY="The X11 Composite Extension"
DESCRIPTION="This package contains header files and documentation for the \
composite extension."
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
COPYRIGHT="2003, Keith Packard, HP
2006, Oracle"
LICENSE="MIT (no promotion)"
REVISION="1"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$portVersion.tar.gz"
CHECKSUM_SHA256="22195b7e50036440b1c6b3b2d63eb03dfa6e71c8a1263ed1f07b0f31ae7dad50"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
compositeproto$secondaryArchSuffix = $portVersion
devel:compositeproto$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
}