mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libsolv: Bump to 0.7.23. Do not activate
* ABI update requires new build-packages per arch.
This commit is contained in:
@@ -3,9 +3,9 @@ DESCRIPTION="A Library for solving packages and reading repositories."
|
||||
HOMEPAGE="https://github.com/openSUSE/libsolv"
|
||||
COPYRIGHT="2007-2019, Novell Inc."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/openSUSE/libsolv/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8aa19c6726789f500e7301180608d09e6af99d75a2d336435686ae438bd9933e"
|
||||
CHECKSUM_SHA256="0286155964373c6cc3802d025750786c3ee79608d5cb884598e110e3918bb2fe"
|
||||
SOURCE_FILENAME="libsolv-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="?all arm sparc m68k arm64 riscv64"
|
||||
@@ -55,11 +55,7 @@ PATCH()
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=$prefix \
|
||||
-DLIB=$relativeLibDir \
|
||||
-DINCLUDE=$relativeIncludeDir \
|
||||
-DMAN_INSTALL_DIR=$manDir
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release $cmakeDirArgs
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user