Date: Thursday, January 18, 2018 @ 17:25:00
  Author: arojas
Revision: 315094

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: libsigsegv/repos/testing-x86_64/PKGBUILD (from rev 315093, 
libsigsegv/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-01-18 17:25:00 UTC (rev 315094)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Johannes Weiner <[email protected]>
+
+pkgname=libsigsegv
+pkgver=2.12
+pkgrel=1
+arch=('x86_64')
+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=('df167811328b050d2b746bec3d88423edc5a8cbf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to