add cpio dependency

This commit is contained in:
George Angelopoulos 2018-11-16 19:28:43 +01:00
parent 59033bcbc4
commit dce23c79e4
2 changed files with 5 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Mon Nov 5 15:08:18 UTC 2018 # Fri Nov 16 18:28:31 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 = 4.0 pkgver = 4.0
pkgrel = 1 pkgrel = 2
url = http://sourceware.org/systemtap/ url = http://sourceware.org/systemtap/
install = systemtap.install install = systemtap.install
arch = x86_64 arch = x86_64
@ -14,6 +14,7 @@ pkgbase = systemtap
depends = elfutils depends = elfutils
depends = nss depends = nss
depends = python2 depends = python2
depends = cpio
optdepends = sqlite3: for storing results in a database optdepends = sqlite3: for storing results in a database
source = systemtap-4.0.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz source = systemtap-4.0.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz
source = systemtap-4.0.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz.asc source = systemtap-4.0.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz.asc

View file

@ -3,12 +3,12 @@
# Contributor : dront78 <dront78@gmail.com> # Contributor : dront78 <dront78@gmail.com>
pkgname=systemtap pkgname=systemtap
pkgver=4.0 pkgver=4.0
pkgrel=1 pkgrel=2
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/"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
license=('GPL') license=('GPL')
depends=('elfutils' 'nss' 'python2') depends=('elfutils' 'nss' 'python2' 'cpio')
makedepends=('python2-setuptools' 'xmlto') makedepends=('python2-setuptools' 'xmlto')
optdepends=('sqlite3: for storing results in a database') 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"