[arch-commits] Commit in xfsprogs/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Tue Dec 7 07:51:37 UTC 2021
Date: Tuesday, December 7, 2021 @ 07:51:36
Author: tpowa
Revision: 430770
archrelease: copy trunk to testing-x86_64
Added:
xfsprogs/repos/testing-x86_64/
xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 430769, xfsprogs/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 430769, xfsprogs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-12-07 07:51:36 UTC (rev 430770)
@@ -0,0 +1,34 @@
+# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
+pkgname=xfsprogs
+pkgver=5.14.1
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="https://xfs.org"
+depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih' 'liburcu')
+optdepends=('python: for xfs_scrub_all script'
+ 'smtp-forwarder: for xfs_scrub_fail script')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+ cd ${pkgname}-dev
+ make configure
+ export OPTIMIZER="-march=${CARCH/_/-} -O1"
+ export DEBUG=-DNDEBUG
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system
+ make
+}
+
+package() {
+ cd ${pkgname}-dev
+ make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+ chown -R root "$pkgdir"
+ chgrp -R root "$pkgdir"
+ # add hack as we cannot set rootlibdir
+ mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+ rm -rf "${pkgdir}/lib"
+}
More information about the arch-commits
mailing list