[arch-commits] Commit in systemtap/repos (6 files)

Christian Rebischke shibumi at archlinux.org
Mon Apr 10 14:10:40 UTC 2017


    Date: Monday, April 10, 2017 @ 14:10:37
  Author: shibumi
Revision: 221797

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

Added:
  systemtap/repos/community-i686/
  systemtap/repos/community-i686/PKGBUILD
    (from rev 221796, systemtap/trunk/PKGBUILD)
  systemtap/repos/community-i686/systemtap.install
    (from rev 221796, systemtap/trunk/systemtap.install)
  systemtap/repos/community-x86_64/
  systemtap/repos/community-x86_64/PKGBUILD
    (from rev 221796, systemtap/trunk/PKGBUILD)
  systemtap/repos/community-x86_64/systemtap.install
    (from rev 221796, systemtap/trunk/systemtap.install)

------------------------------------+
 community-i686/PKGBUILD            |   42 +++++++++++++++++++++++++++++++++++
 community-i686/systemtap.install   |    4 +++
 community-x86_64/PKGBUILD          |   42 +++++++++++++++++++++++++++++++++++
 community-x86_64/systemtap.install |    4 +++
 4 files changed, 92 insertions(+)

Copied: systemtap/repos/community-i686/PKGBUILD (from rev 221796, systemtap/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-10 14:10:37 UTC (rev 221797)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor:dront78 <dront78 at gmail.com>
+pkgname=systemtap
+pkgver=3.1
+pkgrel=3
+pkgdesc="provides infrastructure to simplify the gathering of information about the running system."
+url="http://sourceware.org/systemtap/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('elfutils' 'nss' 'python2')
+makedepends=('python2-setuptools' 'xmlto')
+optdepends=('sqlite3: for storing results in a database')
+source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc")
+sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
+            'SKIP')
+install='systemtap.install'
+validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/"${pkgname}" \
+    --libdir=/usr/lib/"${pkgname}" \
+    --mandir=/usr/share/man/ \
+    --localstatedir=/var \
+    --enable-pie \
+    --disable-docs \
+    --enable-htmldocs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}/var/run/stap-server/"
+  rmdir "${pkgdir}/var/run/"
+}
+

Copied: systemtap/repos/community-i686/systemtap.install (from rev 221796, systemtap/trunk/systemtap.install)
===================================================================
--- community-i686/systemtap.install	                        (rev 0)
+++ community-i686/systemtap.install	2017-04-10 14:10:37 UTC (rev 221797)
@@ -0,0 +1,4 @@
+post_install() {
+  echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
+  echo "the kernel with CONFIG_DEBUG_INFO enabled."
+}

Copied: systemtap/repos/community-x86_64/PKGBUILD (from rev 221796, systemtap/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-10 14:10:37 UTC (rev 221797)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor:dront78 <dront78 at gmail.com>
+pkgname=systemtap
+pkgver=3.1
+pkgrel=3
+pkgdesc="provides infrastructure to simplify the gathering of information about the running system."
+url="http://sourceware.org/systemtap/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('elfutils' 'nss' 'python2')
+makedepends=('python2-setuptools' 'xmlto')
+optdepends=('sqlite3: for storing results in a database')
+source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc")
+sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d'
+            'SKIP')
+install='systemtap.install'
+validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/"${pkgname}" \
+    --libdir=/usr/lib/"${pkgname}" \
+    --mandir=/usr/share/man/ \
+    --localstatedir=/var \
+    --enable-pie \
+    --disable-docs \
+    --enable-htmldocs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  rmdir "${pkgdir}/var/run/stap-server/"
+  rmdir "${pkgdir}/var/run/"
+}
+

Copied: systemtap/repos/community-x86_64/systemtap.install (from rev 221796, systemtap/trunk/systemtap.install)
===================================================================
--- community-x86_64/systemtap.install	                        (rev 0)
+++ community-x86_64/systemtap.install	2017-04-10 14:10:37 UTC (rev 221797)
@@ -0,0 +1,4 @@
+post_install() {
+  echo "CONFIG_DEBUG_INFO is disabled on default. You need to recompile"
+  echo "the kernel with CONFIG_DEBUG_INFO enabled."
+}



More information about the arch-commits mailing list