mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
renderproto: new recipe (#1178)
This commit is contained in:
48
x11-proto/renderproto/renderproto-0.11.1.recipe
Normal file
48
x11-proto/renderproto/renderproto-0.11.1.recipe
Normal file
@@ -0,0 +1,48 @@
|
||||
SUMMARY="X Rendering Extension"
|
||||
DESCRIPTION="This extension defines the protcol for a digital image \
|
||||
composition as the foundation of a new rendering model within the X \
|
||||
Window System."
|
||||
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
||||
COPYRIGHT="2000 SuSE, Inc."
|
||||
LICENSE="MIT (no promotion)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/renderproto-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a0a4be3cad9381ae28279ba5582e679491fc2bec9aab8a65993108bf8dbce5fe"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
renderproto$secondaryArchSuffix = $portVersion
|
||||
devel:renderproto$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