Date: Monday, February 15, 2016 @ 19:37:06
  Author: anatolik
Revision: 259328

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

Added:
  strace/repos/testing-i686/
  strace/repos/testing-i686/PKGBUILD
    (from rev 259327, strace/trunk/PKGBUILD)
  strace/repos/testing-x86_64/
  strace/repos/testing-x86_64/PKGBUILD
    (from rev 259327, strace/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: strace/repos/testing-i686/PKGBUILD (from rev 259327, 
strace/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-15 18:37:06 UTC (rev 259328)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=strace
+pkgver=4.11
+pkgrel=1
+pkgdesc="A useful diagnositic, instructional, and debugging tool"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/";
+license=('custom')
+depends=('perl' 'libunwind')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
+md5sums=('a15d2555a7febb56d00c6e1a51c655dc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --with-libunwind
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: strace/repos/testing-x86_64/PKGBUILD (from rev 259327, 
strace/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-15 18:37:06 UTC (rev 259328)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=strace
+pkgver=4.11
+pkgrel=1
+pkgdesc="A useful diagnositic, instructional, and debugging tool"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/strace/";
+license=('custom')
+depends=('perl' 'libunwind')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz";)
+md5sums=('a15d2555a7febb56d00c6e1a51c655dc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --with-libunwind
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to