* update pkgconf to 2.3.0-1
This commit is contained in:
parent
d606b40b09
commit
6aa58fcc80
39
pkgconf/.SRCINFO
Normal file
39
pkgconf/.SRCINFO
Normal file
@ -0,0 +1,39 @@
|
||||
pkgbase = pkgconf
|
||||
pkgdesc = Package compiler and linker metadata toolkit
|
||||
pkgver = 2.3.0
|
||||
pkgrel = 1
|
||||
url = https://gitea.treehouse.systems/ariadne/pkgconf
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = espresso
|
||||
arch = riscv64
|
||||
license = ISC
|
||||
makedepends = git
|
||||
makedepends = meson
|
||||
depends = glibc
|
||||
depends = sh
|
||||
provides = libpkgconf.so
|
||||
provides = pkg-config
|
||||
provides = pkgconfig
|
||||
conflicts = pkg-config
|
||||
replaces = pkg-config
|
||||
source = git+https://gitea.treehouse.systems/ariadne/pkgconf#commit=a88c0d962a987c62d98ede5a738e37ec71005cbd
|
||||
source = i686-pc-linux-gnu.personality
|
||||
source = powerpc64-unknown-linux-gnu.personality
|
||||
source = powerpc64le-unknown-linux-gnu.personality
|
||||
source = powerpc-unknown-linux-gnu.personality
|
||||
source = powerpc-espresso-linux-gnu.personality
|
||||
source = riscv64-unknown-linux-gnu.personality
|
||||
source = x86_64-pc-linux-gnu.personality
|
||||
sha256sums = a020ebc444405f6b500621ea0879a82112b5f7ba636a058329115bb70d09f21d
|
||||
sha256sums = 6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1
|
||||
sha256sums = 45d8b75fd66705de2bb5e87a29a61b684fbf8fd5e60e22fbb7ab1b2864881005
|
||||
sha256sums = 481c1d61538943759db67fe80e34d03f681a36bba0eceaa9b0e40c4b6ef36f76
|
||||
sha256sums = be1a66bf5a6728fe22a37940f78cdcfc5db6323d821a1d1f3468edd68179b4be
|
||||
sha256sums = 49839ea0a5fe1d0044b4f373f2abc66e2e7e5d08ee78d49c632c91a17e4eb5f8
|
||||
sha256sums = bdcb5b5071233817290b2a3857ab4ab0a1be7b6cf9da74dfc2291756f3216d41
|
||||
sha256sums = c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5
|
||||
|
||||
pkgname = pkgconf
|
@ -6,13 +6,13 @@
|
||||
# Contributor: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>
|
||||
|
||||
pkgname=pkgconf
|
||||
pkgver=2.1.1
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
_commit=b6e04e2d47b4ca093632b9efde6303a137ea0634 # tags/pkgconf-2.1.1
|
||||
_commit=a88c0d962a987c62d98ede5a738e37ec71005cbd # tags/pkgconf-2.3.0
|
||||
pkgdesc="Package compiler and linker metadata toolkit"
|
||||
url="https://gitea.treehouse.systems/ariadne/pkgconf"
|
||||
license=(ISC)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
||||
depends=(
|
||||
glibc
|
||||
sh
|
||||
@ -32,13 +32,15 @@ source=("git+$url#commit=$_commit"
|
||||
i686-pc-linux-gnu.personality
|
||||
powerpc64{,le}-unknown-linux-gnu.personality
|
||||
powerpc-unknown-linux-gnu.personality
|
||||
powerpc-espresso-linux-gnu.personality
|
||||
riscv64-unknown-linux-gnu.personality
|
||||
x86_64-pc-linux-gnu.personality)
|
||||
sha256sums=('SKIP'
|
||||
sha256sums=('a020ebc444405f6b500621ea0879a82112b5f7ba636a058329115bb70d09f21d'
|
||||
'6697c6db7deaae269ea75624a70e80949241f2cf59a537f31ecfcac726d90bc1'
|
||||
'45d8b75fd66705de2bb5e87a29a61b684fbf8fd5e60e22fbb7ab1b2864881005'
|
||||
'481c1d61538943759db67fe80e34d03f681a36bba0eceaa9b0e40c4b6ef36f76'
|
||||
'be1a66bf5a6728fe22a37940f78cdcfc5db6323d821a1d1f3468edd68179b4be'
|
||||
'49839ea0a5fe1d0044b4f373f2abc66e2e7e5d08ee78d49c632c91a17e4eb5f8'
|
||||
'bdcb5b5071233817290b2a3857ab4ab0a1be7b6cf9da74dfc2291756f3216d41'
|
||||
'c8297817ba0b57d003878db247ff34b4c47a7594c9f67dcfe8ff8d6567956cd5')
|
||||
|
||||
@ -83,6 +85,7 @@ package() {
|
||||
ln -s pkgconf "$pkgdir/usr/bin/powerpc64le-unknown-linux-gnu-pkg-config"
|
||||
ln -s pkgconf "$pkgdir/usr/bin/powerpc64-unknown-linux-gnu-pkg-config"
|
||||
ln -s pkgconf "$pkgdir/usr/bin/powerpc-unknown-linux-gnu-pkg-config"
|
||||
ln -s pkgconf "$pkgdir/usr/bin/powerpc-espresso-linux-gnu-pkg-config"
|
||||
ln -s pkgconf "$pkgdir/usr/bin/riscv64-unknown-linux-gnu-pkg-config"
|
||||
ln -s pkgconf "$pkgdir/usr/bin/x86_64-pc-linux-gnu-pkg-config"
|
||||
ln -s pkgconf "$pkgdir/usr/bin/pkg-config"
|
||||
|
5
pkgconf/powerpc-espresso-linux-gnu.personality
Normal file
5
pkgconf/powerpc-espresso-linux-gnu.personality
Normal file
@ -0,0 +1,5 @@
|
||||
Triplet: powerpc-espresso-linux-gnu
|
||||
SysrootDir: /
|
||||
DefaultSearchPaths: /usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||
SystemIncludePaths: /usr/include
|
||||
SystemLibraryPaths: /usr/lib
|
Loading…
x
Reference in New Issue
Block a user