[arch-commits] Commit in nsjail/repos (3 files)

Lukas Fleischer lfleischer at archlinux.org
Sun Dec 15 18:24:07 UTC 2019


    Date: Sunday, December 15, 2019 @ 18:24:06
  Author: lfleischer
Revision: 537790

db-move: moved nsjail from [community-testing] to [community] (x86_64)

Added:
  nsjail/repos/community-x86_64/PKGBUILD
    (from rev 537789, nsjail/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  nsjail/repos/community-testing-x86_64/
  nsjail/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 -----------------------------
 2 files changed, 30 insertions(+), 29 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2019-12-15 18:23:55 UTC (rev 537789)
+++ community-x86_64/PKGBUILD	2019-12-15 18:24:06 UTC (rev 537790)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org> 
-
-pkgname=nsjail
-pkgver=2.9
-pkgrel=3
-pkgdesc="Light-weight process isolation tool"
-arch=(x86_64)
-url="https://nsjail.com"
-license=(Apache)
-depends=(protobuf libnl)
-makedepends=(git)
-source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
-sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
-            'SKIP')
-
-prepare() {
-    mv kafel ${pkgname}-${pkgver}
-}
-
-build() {
-    cd ${pkgname}-${pkgver}
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
-}

Copied: nsjail/repos/community-x86_64/PKGBUILD (from rev 537789, nsjail/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-12-15 18:24:06 UTC (rev 537790)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org> 
+
+pkgname=nsjail
+pkgver=2.9
+pkgrel=4
+pkgdesc="Light-weight process isolation tool"
+arch=(x86_64)
+url="https://nsjail.com"
+license=(Apache)
+depends=(protobuf libnl)
+makedepends=(git)
+source=("https://github.com/google/nsjail/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        'git+https://github.com/google/kafel.git#commit=722b93a630e53ca472a4c69f61cb3dfc44ea5041')
+sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
+            'SKIP')
+
+prepare() {
+    mv kafel ${pkgname}-${pkgver}
+    sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+    cd ${pkgname}-${pkgver}
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    install -Dm755 nsjail -t "${pkgdir}"/usr/bin/ 
+}



More information about the arch-commits mailing list