From 4cbe4a3f720569e30e3053efc688dfb201e155b3 Mon Sep 17 00:00:00 2001 From: begasus Date: Sun, 8 Jul 2018 16:02:09 +0200 Subject: [PATCH] util-macros, bump version --- .../util_macros/util_macros-1.19.1.recipe | 49 ------------------- .../util_macros/util_macros-1.19.2.recipe | 43 ++++++++++++++++ 2 files changed, 43 insertions(+), 49 deletions(-) delete mode 100644 x11-misc/util_macros/util_macros-1.19.1.recipe create mode 100644 x11-misc/util_macros/util_macros-1.19.2.recipe diff --git a/x11-misc/util_macros/util_macros-1.19.1.recipe b/x11-misc/util_macros/util_macros-1.19.1.recipe deleted file mode 100644 index 1a42bb5a2..000000000 --- a/x11-misc/util_macros/util_macros-1.19.1.recipe +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY="X.Org's autotools utility macros" -DESCRIPTION="This is a set of autoconf macros used by the configure.ac \ -scripts in other Xorg modular packages, and is needed to generate new \ -versions of their configure scripts with autoconf." -HOMEPAGE="https://cgit.freedesktop.org/xorg/util/macros/" -COPYRIGHT="2005 Red Hat, Inc. - 2005, 2006 Oracle and/or its affiliates" -LICENSE="MIT" -REVISION="2" -SOURCE_URI="http://xorg.freedesktop.org/archive/individual/util/util-macros-$portVersion.tar.bz2" -CHECKSUM_SHA256="18d459400558f4ea99527bc9786c033965a3db45bf4c6a32eefdc07aa9e306a6" -SOURCE_DIR="util-macros-$portVersion" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - util_macros$secondaryArchSuffix = $portVersion - devel:util_macros$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:autoconf - cmd:aclocal - cmd:make - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - " - -BUILD() -{ - #./autogen.sh -V - runConfigure ./configure - make -} - -INSTALL() -{ - make install - #fixPkgconfig - mkdir -p $prefix/develop/lib${secondaryArchSuffix/_//} - mv -f $prefix/data/pkgconfig $prefix/develop/lib${secondaryArchSuffix/_//}/ -} diff --git a/x11-misc/util_macros/util_macros-1.19.2.recipe b/x11-misc/util_macros/util_macros-1.19.2.recipe new file mode 100644 index 000000000..479757188 --- /dev/null +++ b/x11-misc/util_macros/util_macros-1.19.2.recipe @@ -0,0 +1,43 @@ +SUMMARY="X.Org's autotools utility macros" +DESCRIPTION="This is a set of autoconf macros used by the configure.ac \ +scripts in other Xorg modular packages, and is needed to generate new \ +versions of their configure scripts with autoconf." +HOMEPAGE="https://cgit.freedesktop.org/xorg/util/macros/" +COPYRIGHT="2005 Red Hat, Inc. + 2005, 2006 Oracle and/or its affiliates" +LICENSE="MIT" +REVISION="1" +SOURCE_URI="https://www.x.org/archive/individual/util/util-macros-$portVersion.tar.bz2" +CHECKSUM_SHA256="d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712" +SOURCE_DIR="util-macros-$portVersion" + +ARCHITECTURES="any" + +PROVIDES=" + util_macros = $portVersion + devel:util_macros = $portVersion + " +REQUIRES=" + haiku + " + +BUILD_REQUIRES=" + haiku_devel + " +BUILD_PREREQUIRES=" + cmd:autoconf + cmd:awk + cmd:make + cmd:gcc + " + +BUILD() +{ + runConfigure ./configure + make +} + +INSTALL() +{ + make install +}