fix missing make dependencies
This commit is contained in:
parent
97059d7fc4
commit
f95fedf241
2 changed files with 5 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,12 +1,14 @@
|
||||||
pkgbase = act-tracelib-git
|
pkgbase = act-tracelib-git
|
||||||
pkgdesc = A simulation trace file writer interface.
|
pkgdesc = A simulation trace file writer interface.
|
||||||
pkgver = 0.0.1.r29.c8af854
|
pkgver = 0.0.1.r29.c8af854
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/asyncvlsi/tracelib
|
url = https://github.com/asyncvlsi/tracelib
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL-2.1
|
license = LGPL-2.1
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = make
|
makedepends = make
|
||||||
|
makedepends = binutils
|
||||||
|
makedepends = gcc
|
||||||
depends = act-core
|
depends = act-core
|
||||||
provides = act-tracelib
|
provides = act-tracelib
|
||||||
conflicts = act-tracelib
|
conflicts = act-tracelib
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
pkgname=act-tracelib-git
|
pkgname=act-tracelib-git
|
||||||
pkgver=0.0.1.r29.c8af854
|
pkgver=0.0.1.r29.c8af854
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A simulation trace file writer interface."
|
pkgdesc="A simulation trace file writer interface."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/asyncvlsi/tracelib"
|
url="https://github.com/asyncvlsi/tracelib"
|
||||||
license=('LGPL-2.1')
|
license=('LGPL-2.1')
|
||||||
depends=('act-core')
|
depends=('act-core')
|
||||||
makedepends=('git' 'make')
|
makedepends=('git' 'make' 'binutils' 'gcc')
|
||||||
conflicts=('act-tracelib')
|
conflicts=('act-tracelib')
|
||||||
provides=('act-tracelib')
|
provides=('act-tracelib')
|
||||||
source=("git+${url}")
|
source=("git+${url}")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue