ancient, bump version, cleanup (#9119)

This commit is contained in:
Schrijvers Luc
2023-08-01 09:06:31 +00:00
committed by GitHub
parent 399737de6c
commit ca2ad0c7a5
2 changed files with 3 additions and 53 deletions

View File

@@ -1,50 +0,0 @@
SUMMARY="Modern decompressor for old data compression formats"
DESCRIPTION="This is a collection of decompression routines for old formats \
popular in the Amiga, Atari computers and some other systems from 80's \
and 90's as well as some that are currently used which were used in a some \
specific way in these old systems."
HOMEPAGE="https://github.com/temisu/ancient"
COPYRIGHT="2017-2020 Teemu Suutari"
LICENSE="BSD (2-clause)"
REVISION="1"
SOURCE_URI="https://github.com/temisu/ancient/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="5bb3aa98f9a0936fe7e6bb2eb16b0a84c4b5c6a64434eb51c3d8e6d21589421c"
SOURCE_DIR="ancient-$portVersion"
ARCHITECTURES="?all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
commandSuffix=$secondaryArchSuffix
commandBinDir=$binDir
if [ "$targetArchitecture" = x86_gcc2 ]; then
commandSuffix=
commandBinDir=$prefix/bin
fi
PROVIDES="
ancient$secondaryArchSuffix = $portVersion
cmd:ancient$commandSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
mkdir -p $commandBinDir
cp -a ancient$commandSuffix $commandBinDir
}

View File

@@ -4,11 +4,11 @@ popular in the Amiga, Atari computers and some other systems from 80's \
and 90's as well as some that are currently used which were used in a some \
specific way in these old systems."
HOMEPAGE="https://github.com/temisu/ancient"
COPYRIGHT="2017-2022, Teemu Suutari and contributors"
COPYRIGHT="2017-2023, Teemu Suutari"
LICENSE="BSD (2-clause)"
REVISION="1"
SOURCE_URI="https://github.com/temisu/ancient/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="9c6b31e4d968ec3adb25596a0b30405d1080d3de0546f1485ecb0ac2eca6261d"
CHECKSUM_SHA256="6f63e2765866925f1b188baee958d4518720bd0009ab4f50b390ea5028649ec2"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
@@ -20,7 +20,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="$portVersion"
libVersion="2.0.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="