[arch-commits] Commit in pax-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue Mar 10 21:04:43 UTC 2020
Date: Tuesday, March 10, 2020 @ 21:04:42
Author: anthraxx
Revision: 593940
archrelease: copy trunk to community-x86_64
Added:
pax-utils/repos/community-x86_64/PKGBUILD
(from rev 593939, pax-utils/trunk/PKGBUILD)
Deleted:
pax-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 87 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-10 21:04:38 UTC (rev 593939)
+++ PKGBUILD 2020-03-10 21:04:42 UTC (rev 593940)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: sh0 <mee at sh0.org>
-# Contributor: Maxwel <msg.maxwel at gmail.com>
-
-pkgname=pax-utils
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='ELF utils that can check files for security relevant properties'
-url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
-arch=('x86_64')
-license=('GPL2')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
-source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('52858b8cf32b027b59a2ffe79ee21d7c4a09a634f03f5e737b0baec104357906')
-sha512sums=('03b84054c59e8ce64d2c07276c61245c8e9b3eca2fc430269531e2dafe120009b541ebb6adc4ff54c13a1da63caf0755fb026ba272cf17d04f75e06b893a3e95')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -E 's|( paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --with-caps \
- --with-seccomp \
- --with-python
- make
-}
-
-check() {
- cd ${pkgname}-${pkgver}
- LD_LIBRARY_PATH=/usr/lib make check
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 593939, pax-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-10 21:04:42 UTC (rev 593940)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: sh0 <mee at sh0.org>
+# Contributor: Maxwel <msg.maxwel at gmail.com>
+
+pkgname=pax-utils
+pkgver=1.2.5
+pkgrel=1
+pkgdesc='ELF utils that can check files for security relevant properties'
+url='https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
+arch=('x86_64')
+license=('GPL2')
+depends=('bash' 'libcap.so' 'libseccomp.so' 'python' 'python-pyelftools')
+makedepends=('libcap' 'libseccomp')
+source=(https://dev.gentoo.org/~slyfox/distfiles/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('bf2f47393a66b4218eba7981100fc6936c7c9d6d98970f5337e7b3097ce6f7b2ca13de486ff7450e4395b74ba2308d37105508234f323230376ec5814cfe54f9')
+b2sums=('348c6ab52a5e950f346115802d596fd33142fe2d93a83d686fbec917d3f74c53c332f2fcbd197c5bdd38b545f48568c7b461143fa328433ce3ee931901012601')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -E 's|( paths =) \[\]|\1 ["/usr/lib"]|g' -i lddtree.py
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --with-caps \
+ --with-seccomp \
+ --with-python
+ make
+}
+
+check() {
+ cd ${pkgname}-${pkgver}
+ LD_LIBRARY_PATH=/usr/lib make check
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list