* update libbobcat to 6.06.02-1

This commit is contained in:
Alexander Baldeck 2024-11-19 11:17:54 +01:00
parent 10ffe2ef54
commit 36faf7fac0
3 changed files with 27 additions and 3 deletions

21
libbobcat/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = libbobcat
pkgdesc = Bobcat (Brokken's Own Base Classes And Templates) library
pkgver = 6.06.02
pkgrel = 1
url = https://fbb-git.gitlab.io/bobcat/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
makedepends = icmake>=9.03.01
makedepends = libmilter
makedepends = yodl
depends = openssl
depends = libx11
depends = readline
source = https://gitlab.com/fbb-git/bobcat/-/archive/6.06.02/bobcat-6.06.02.tar.gz
b2sums = d7b8211e1b3f95abc8f85e067976ce4ea630dc15e284bfe6bf4c542d319344307c0086ed0940ac3dddca753a9ddea19e2d23c301590726ee0763c94b72bdfdcd
pkgname = libbobcat

View File

@ -0,0 +1,3 @@
[libbobcat]
source = "git"
git = "https://gitlab.com/fbb-git/bobcat.git"

View File

@ -5,8 +5,8 @@
_pkgname=bobcat _pkgname=bobcat
pkgname="lib${_pkgname}" pkgname="lib${_pkgname}"
pkgver=6.02.02 pkgver=6.06.02
pkgrel=2.1 pkgrel=1
pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library" pkgdesc="Bobcat (Brokken's Own Base Classes And Templates) library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://fbb-git.gitlab.io/bobcat/" url="https://fbb-git.gitlab.io/bobcat/"
@ -14,7 +14,7 @@ license=('GPL')
depends=('openssl' 'libx11' 'readline') depends=('openssl' 'libx11' 'readline')
makedepends=('icmake>=9.03.01' 'libmilter' 'yodl') makedepends=('icmake>=9.03.01' 'libmilter' 'yodl')
source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz") source=("https://gitlab.com/fbb-git/${_pkgname}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
b2sums=('4908fef5685e5402795000fafee7fcb3c42c4cf94571121df7e1afd977961f3d3036393f7140867abb9a019713ddb886053e4900172ef1072944b77444d2b11d') b2sums=('d7b8211e1b3f95abc8f85e067976ce4ea630dc15e284bfe6bf4c542d319344307c0086ed0940ac3dddca753a9ddea19e2d23c301590726ee0763c94b72bdfdcd')
build() { build() {
cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}" cd "${srcdir}/${_pkgname}-${pkgver}/${_pkgname}"