version 4.0
This commit is contained in:
parent
576926108e
commit
59033bcbc4
2 changed files with 9 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Aug 20 09:44:39 UTC 2018
|
# Mon Nov 5 15:08:18 UTC 2018
|
||||||
pkgbase = systemtap
|
pkgbase = systemtap
|
||||||
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
|
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
|
||||||
pkgver = 3.3
|
pkgver = 4.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://sourceware.org/systemtap/
|
url = http://sourceware.org/systemtap/
|
||||||
install = systemtap.install
|
install = systemtap.install
|
||||||
|
@ -15,9 +15,9 @@ pkgbase = systemtap
|
||||||
depends = nss
|
depends = nss
|
||||||
depends = python2
|
depends = python2
|
||||||
optdepends = sqlite3: for storing results in a database
|
optdepends = sqlite3: for storing results in a database
|
||||||
source = systemtap-3.3.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-3.3.tar.gz
|
source = systemtap-4.0.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz
|
||||||
source = systemtap-3.3.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-3.3.tar.gz.asc
|
source = systemtap-4.0.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz.asc
|
||||||
sha512sums = b75a4591bdc021645c15cb8f2b8991f46fdffb29b1d132745bafe4291aee5e1892ea9a63c8e98f011a4fee68decd99aa4401dc2f70e163e801cd140ad4cd6b6e
|
sha512sums = 66b5ba1902ed974101429dce9fee849273d3dc64e862c057177d158c5f284cc93299819ee8ee49d4bd3b7ff47a3512b1c68b74cad374147ce67fa406c7518c79
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = systemtap
|
pkgname = systemtap
|
||||||
|
|
7
PKGBUILD
7
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor : Christian Rebischke <Chris.Rebischke@archlinux.org>
|
# Contributor : Christian Rebischke <Chris.Rebischke@archlinux.org>
|
||||||
# Contributor : dront78 <dront78@gmail.com>
|
# Contributor : dront78 <dront78@gmail.com>
|
||||||
pkgname=systemtap
|
pkgname=systemtap
|
||||||
pkgver=3.3
|
pkgver=4.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="provides infrastructure to simplify the gathering of information about the running system."
|
pkgdesc="provides infrastructure to simplify the gathering of information about the running system."
|
||||||
url="http://sourceware.org/systemtap/"
|
url="http://sourceware.org/systemtap/"
|
||||||
|
@ -14,10 +14,10 @@ optdepends=('sqlite3: for storing results in a database')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
|
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"
|
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"
|
||||||
)
|
)
|
||||||
sha512sums=('b75a4591bdc021645c15cb8f2b8991f46fdffb29b1d132745bafe4291aee5e1892ea9a63c8e98f011a4fee68decd99aa4401dc2f70e163e801cd140ad4cd6b6e'
|
sha512sums=('66b5ba1902ed974101429dce9fee849273d3dc64e862c057177d158c5f284cc93299819ee8ee49d4bd3b7ff47a3512b1c68b74cad374147ce67fa406c7518c79'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
install='systemtap.install'
|
install='systemtap.install'
|
||||||
validpgpkeys=('41A0C11274B1E87FE28E4C53E3D77E1F95161991')
|
validpgpkeys=('5D38116FA4D3A7CC77E378D37E83610126DCC2E8')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -28,6 +28,7 @@ build() {
|
||||||
--libexecdir=/usr/lib/"${pkgname}" \
|
--libexecdir=/usr/lib/"${pkgname}" \
|
||||||
--libdir=/usr/lib/"${pkgname}" \
|
--libdir=/usr/lib/"${pkgname}" \
|
||||||
--mandir=/usr/share/man/ \
|
--mandir=/usr/share/man/ \
|
||||||
|
--sbindir=/usr/bin \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--enable-pie \
|
--enable-pie \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
|
|
Loading…
Reference in a new issue