0
0
Fork 0
haikuports/dev-libs/libpthread_stubs/libpthread_stubs-0.4.recipe

45 lines
841 B
Bash
Raw Permalink Normal View History

2017-05-06 15:23:40 +00:00
SUMMARY="Pthread functions stubs"
DESCRIPTION="Pthread functions stubs for platforms that don't (yet) provide \
those functions."
2018-09-19 08:42:38 +00:00
HOMEPAGE="https://xcb.freedesktop.org/"
2017-05-06 15:23:40 +00:00
COPYRIGHT="2006 Diego Pettenò"
LICENSE="MIT"
2018-09-19 08:42:38 +00:00
REVISION="4"
SOURCE_URI="https://xcb.freedesktop.org/dist/libpthread-stubs-$portVersion.tar.bz2"
CHECKSUM_SHA256="e4d05911a3165d3b18321cc067fdd2f023f06436e391c6a28dff618a78d2e733"
2017-05-06 15:23:40 +00:00
SOURCE_DIR="libpthread-stubs-$portVersion"
ARCHITECTURES="any"
2017-05-06 15:23:40 +00:00
PROVIDES="
libpthread_stubs = $portVersion
devel:libpthread_stubs = $portVersion
2017-05-06 15:23:40 +00:00
"
REQUIRES="
haiku
2017-05-06 15:23:40 +00:00
"
BUILD_REQUIRES="
haiku_devel
devel:util_macros
2017-05-06 15:23:40 +00:00
"
BUILD_PREREQUIRES="
cmd:aclocal
2017-05-06 15:23:40 +00:00
cmd:autoconf
cmd:gcc
2017-05-06 15:23:40 +00:00
cmd:libtool
cmd:make
cmd:pkg_config
2017-05-06 15:23:40 +00:00
"
BUILD()
{
autoreconf -vfi
runConfigure --omit-dirs libDir ./configure --libdir=$dataDir
2017-05-06 15:23:40 +00:00
}
INSTALL()
{
make install
}