mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
xcb_proto: Update recipe
Somehow haikuporter doesn't want to unpack the tgz on this one... maybe due to the dash in the name!?
This commit is contained in:
@@ -1,22 +1,45 @@
|
||||
SUMMARY="xcb-proto"
|
||||
DESCRIPTION="xcb-proto"
|
||||
HOMEPAGE="http://xcb.freedesktop.org/"
|
||||
SRC_URI="http://xcb.freedesktop.org/dist/xcb-proto-1.6.tar.gz"
|
||||
CHECKSUM_MD5="8d29695e8faf5fcdce568c66eaeaa5ee"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="x11-misc/util-macros >= 1.7.0"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
xcb_proto$secondaryArchSuffix = $portVersion
|
||||
devel:xcb_proto$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:util_macros$secondaryArchSuffix
|
||||
cmd:autoconf
|
||||
cmd:libtool
|
||||
cmd:aclocal
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd xcb-proto-1.6
|
||||
libtoolize --force --copy --install
|
||||
autoreconf -i
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd xcb-proto-1.6
|
||||
make install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user