mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
recordproto: new recipe (#1182)
This commit is contained in:
47
x11-proto/recordproto/recordproto-1.14.2.recipe
Normal file
47
x11-proto/recordproto/recordproto-1.14.2.recipe
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
SUMMARY="X Record Extension"
|
||||||
|
DESCRIPTION="This extension defines a protocol for the recording and playback \
|
||||||
|
of user actions in the X Window System."
|
||||||
|
HOMEPAGE="http://xorg.freedesktop.org/releases/individual/proto/"
|
||||||
|
COPYRIGHT="1995 Network Computing Devices"
|
||||||
|
LICENSE="MIT (no promotion)"
|
||||||
|
REVISION="1"
|
||||||
|
SOURCE_URI="http://xorg.freedesktop.org/releases/individual/proto/recordproto-$portVersion.tar.gz"
|
||||||
|
CHECKSUM_SHA256="485f792570dd7afe49144227f325bf2827bc7d87aae6a8ab6c1de2b06b1c68c5"
|
||||||
|
|
||||||
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
|
PROVIDES="
|
||||||
|
recordproto$secondaryArchSuffix = $portVersion
|
||||||
|
devel:recordproto$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