mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libmspack: bump to 0.7.1alpha.
This commit is contained in:
@@ -13,18 +13,13 @@ version of any particular compressor or decompressor, use the \
|
||||
mspack_version() function. The UNIX library interface version is defined as \
|
||||
the highest-versioned library component."
|
||||
HOMEPAGE="https://www.cabextract.org.uk/libmspack/"
|
||||
COPYRIGHT="2000-2017 Stuart Caie"
|
||||
COPYRIGHT="2000-2018 Stuart Caie"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/libmspack-${portVersion/\~/}.tar.gz"
|
||||
CHECKSUM_SHA256="1edbee82accb28e679ab538f803aab7a5a569e4102ccf1715b462b1bd915f921"
|
||||
CHECKSUM_SHA256="97a970db5093e34d4f50cb8daac1feebdf14acba912144417bd3aa323fdfc47e"
|
||||
SOURCE_DIR="libmspack-${portVersion/\~/}"
|
||||
|
||||
SOURCE_FILENAME_2="libmspack-${portVersion/\~/_}-fix-tests.patch"
|
||||
srcGitRev_2="831379877f8c646c5643dd98305afdb5a6b4ca6c"
|
||||
SOURCE_URI_2="https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/libmspack/files/$SOURCE_FILENAME_2?id=$srcGitRev_2#noarchive"
|
||||
CHECKSUM_SHA256_2="ab1bbe6b469316c320507f1b13aee36fe06b3732949c52b8e5e0f8dd4c3cf8a1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -82,11 +77,6 @@ if [ -z "$secondaryArchSuffix" ]; then
|
||||
fi
|
||||
defineDebugInfoPackage libmspack$secondaryArchSuffix "${debugList[@]}"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
patch -p1 -i "$sourceDir2"/$SOURCE_FILENAME_2
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure
|
||||
Reference in New Issue
Block a user