[arch-commits] Commit in paxtest/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon Oct 15 08:31:04 UTC 2018


    Date: Monday, October 15, 2018 @ 08:31:04
  Author: foxboron
Revision: 393989

archrelease: copy trunk to community-x86_64

Added:
  paxtest/repos/community-x86_64/PKGBUILD
    (from rev 393988, paxtest/trunk/PKGBUILD)
Deleted:
  paxtest/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 08:30:47 UTC (rev 393988)
+++ PKGBUILD	2018-10-15 08:31:04 UTC (rev 393989)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Lubomir Krajcovic <lubomir.krajcovic(AT)gmail(DOT)com>
-# Contributor: sh0 <mee(AT)sh0(DOT)org>
-# Contributor: leoarcher <carvalho.inacio(AT)gmail(DOT)com>
-
-pkgname=paxtest
-pkgver=0.9.15
-pkgrel=1
-pkgdesc='PaX regression test suite'
-url='https://pax.grsecurity.net'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=(sh)
-source=("https://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8b6ad80d37aadaf084162ccd8798d28d')
-
-_make="make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname"
-
-build() {
-  cd $pkgname-$pkgver
-  $_make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  $_make DESTDIR="$pkgdir" install
-}

Copied: paxtest/repos/community-x86_64/PKGBUILD (from rev 393988, paxtest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-15 08:31:04 UTC (rev 393989)
@@ -0,0 +1,30 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Lubomir Krajcovic <lubomir.krajcovic(AT)gmail(DOT)com>
+# Contributor: sh0 <mee(AT)sh0(DOT)org>
+# Contributor: leoarcher <carvalho.inacio(AT)gmail(DOT)com>
+
+pkgname=paxtest
+pkgver=0.9.15
+pkgrel=2
+pkgdesc='PaX regression test suite'
+url='https://pax.grsecurity.net'
+arch=('x86_64')
+license=('GPL')
+depends=(sh)
+source=("https://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz"
+        "https://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz.sig")
+sha512sums=('e152f5ada943f69b3745b51ac6d80f35a4c1aff777e93360287ef18b117d07861216d9d0d2075d2511d33e2cb4ea07168bb9ff2f00e79de6060e546b6806c487'
+            'SKIP')
+validpgpkeys=(DE9452CE46F42094907F108B44D1C0F82525FE49)
+
+_make="make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname"
+
+build() {
+  cd $pkgname-$pkgver
+  $_make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  $_make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list