[arch-commits] Commit in (5 files)

Christian Rebischke shibumi at archlinux.org
Mon Mar 27 19:17:51 UTC 2017


    Date: Monday, March 27, 2017 @ 19:17:50
  Author: shibumi
Revision: 219416

moved systemtap to community from AUR

Added:
  systemtap/
  systemtap/repos/
  systemtap/trunk/
  systemtap/trunk/PKGBUILD
  systemtap/trunk/systemtap.install

-------------------+
 PKGBUILD          |   27 +++++++++++++++++++++++++++
 systemtap.install |    4 ++++
 2 files changed, 31 insertions(+)

Added: systemtap/trunk/PKGBUILD
===================================================================
--- systemtap/trunk/PKGBUILD	                        (rev 0)
+++ systemtap/trunk/PKGBUILD	2017-03-27 19:17:50 UTC (rev 219416)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor:dront78 <dront78 at gmail.com>
+pkgname=systemtap
+pkgver=3.1
+pkgrel=3
+pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
+url="http://sourceware.org/systemtap/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('elfutils' 'nss' 'python2' 'texlive-fontsextra' 'texlive-latexextra' 'latex2html')
+optdepends=('sqlite3')
+source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('07b322d5745f570296e287db80f1e370da87eb65073815cf24d532827900453c1cb9ee74b5496b4f3919d176b960caad4479edc2dadf27b5c58898fb7398264d')
+install='systemtap.install'
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+


Property changes on: systemtap/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: systemtap/trunk/systemtap.install
===================================================================
--- systemtap/trunk/systemtap.install	                        (rev 0)
+++ systemtap/trunk/systemtap.install	2017-03-27 19:17:50 UTC (rev 219416)
@@ -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