summaryrefslogtreecommitdiff
path: root/system/inih/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-12-01 07:09:04 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-12-01 07:09:04 -0600
commiteb48795fd3e33bf496c1466e2e3ed8135dcce29f (patch)
tree848f07c418f3d335fda22b624edc52c96fd68f8e /system/inih/APKBUILD
parent65490a3788757ebca8d8c259a2c4a29c875ad765 (diff)
downloadpackages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.gz
packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.bz2
packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.tar.xz
packages-eb48795fd3e33bf496c1466e2e3ed8135dcce29f.zip
system/xfsprogs + rdeps: Move to user/
* inih requires Meson, and we don't want to introduce Meson to the system/ ABI, so we need to move it to user/. * This takes xfsprogs with it. This is fine because we still have system/e2fsprogs for a file system on new ports. * As the only dependent of userspace-rcu was xfsprogs, it doesn't need to be present in system/ any more either. Move to user/.
Diffstat (limited to 'system/inih/APKBUILD')
-rw-r--r--system/inih/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/system/inih/APKBUILD b/system/inih/APKBUILD
deleted file mode 100644
index 9d701cd95..000000000
--- a/system/inih/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: A. Wilcox <awilfox@adelielinux.org>
-pkgname=inih
-pkgver=58
-pkgrel=0
-pkgdesc="Simple .INI file parser in C"
-url=" "
-arch="all"
-license="BSD-3-Clause"
-depends=""
-makedepends="meson"
-subpackages="$pkgname-dev"
-source="https://github.com/benhoyt/inih/archive/r58/$pkgname-$pkgver.tar.gz
- testrun.patch
- "
-builddir="$srcdir/inih-r58"
-
-build() {
- meson setup \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=release \
- --wrap-mode=nofallback \
- . output
- meson compile -C output
-}
-
-check() {
- meson test -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C output
-}
-
-sha512sums="d69f488299c1896e87ddd3dd20cd9db5848da7afa4c6159b8a99ba9a5d33f35cadfdb9f65d6f2fe31decdbadb8b43bf610ff2699df475e1f9ff045e343ac26ae inih-58.tar.gz
-88f38fa41efa91a3eeef065251a6424fdfbb6d4ed975dfcce4730374f61f328ca2b13f3db123eed2c5ade9e54c1f797481dbcb284b22554dd89068053ead1035 testrun.patch"