0
0
Fork 0
haikuports/x11-proto/compositeproto/compositeproto-0.4.2.recipe

49 lines
1.0 KiB
Bash

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="3"
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/compositeproto-$portVersion.tar.gz"
CHECKSUM_SHA256="22195b7e50036440b1c6b3b2d63eb03dfa6e71c8a1263ed1f07b0f31ae7dad50"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
compositeproto$secondaryArchSuffix = $portVersion
devel:compositeproto$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtool
cmd:make
cmd:pkg_config$secondaryArchSuffix
devel:util_macros
"
BUILD()
{
libtoolize --force --copy --install
autoreconf -i
runConfigure ./configure
}
INSTALL()
{
make install
fixPkgconfig
}