[arch-commits] Commit in libsigsegv/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat May 13 08:31:50 UTC 2017


    Date: Saturday, May 13, 2017 @ 08:31:49
  Author: arojas
Revision: 295879

archrelease: copy trunk to testing-x86_64, testing-i686

Added:
  libsigsegv/repos/testing-i686/
  libsigsegv/repos/testing-i686/PKGBUILD
    (from rev 295878, libsigsegv/trunk/PKGBUILD)
  libsigsegv/repos/testing-x86_64/
  libsigsegv/repos/testing-x86_64/PKGBUILD
    (from rev 295878, libsigsegv/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: libsigsegv/repos/testing-i686/PKGBUILD (from rev 295878, libsigsegv/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-05-13 08:31:49 UTC (rev 295879)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Johannes Weiner <hannes at saeurebad.de>
+
+pkgname=libsigsegv
+pkgver=2.11
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc="Page fault detection library"
+url="http://www.gnu.org/software/libsigsegv/"
+license=('GPL2')
+depends=('glibc')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('186dea8ae788395476bd7cbaf38c17ebe82e1777')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libsigsegv/repos/testing-x86_64/PKGBUILD (from rev 295878, libsigsegv/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-05-13 08:31:49 UTC (rev 295879)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Johannes Weiner <hannes at saeurebad.de>
+
+pkgname=libsigsegv
+pkgver=2.11
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc="Page fault detection library"
+url="http://www.gnu.org/software/libsigsegv/"
+license=('GPL2')
+depends=('glibc')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('186dea8ae788395476bd7cbaf38c17ebe82e1777')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list