mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libpthread-stubs, bump version (#1318)
This commit is contained in:
committed by
waddlesplash
parent
66cb3898b0
commit
7a401bc9d9
49
dev-libs/libpthread_stubs/libpthread_stubs-0.4.recipe
Normal file
49
dev-libs/libpthread_stubs/libpthread_stubs-0.4.recipe
Normal file
@@ -0,0 +1,49 @@
|
||||
SUMMARY="Pthread functions stubs"
|
||||
DESCRIPTION="Pthread functions stubs for platforms that don't (yet) provide \
|
||||
those functions."
|
||||
HOMEPAGE="http://xcb.freedesktop.org/"
|
||||
COPYRIGHT="2006 Diego Pettenò"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://xcb.freedesktop.org/dist/libpthread-stubs-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9"
|
||||
SOURCE_DIR="libpthread-stubs-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libpthread_stubs$secondaryArchSuffix = $portVersion
|
||||
devel:libpthread_stubs$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
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
fixPkgconfig
|
||||
}
|
||||
Reference in New Issue
Block a user