add make dependency
This commit is contained in:
parent
da2c861bd4
commit
e5f45100b8
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = act-core-git
|
||||
pkgdesc = ACT core provides the core library for the ACT AVLSI toolflow.
|
||||
pkgver = 0.0.1.r1865.033b73b
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/asyncvlsi/act
|
||||
arch = x86_64
|
||||
license = GPL-2.0
|
||||
|
|
@ -9,6 +9,7 @@ pkgbase = act-core-git
|
|||
makedepends = gcc
|
||||
makedepends = patch
|
||||
makedepends = sed
|
||||
makedepends = make
|
||||
depends = libedit
|
||||
depends = zlib
|
||||
depends = m4
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
pkgname=act-core-git
|
||||
pkgver=0.0.1.r1865.033b73b
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="ACT core provides the core library for the ACT AVLSI toolflow."
|
||||
arch=('x86_64')
|
||||
url="https://github.com/asyncvlsi/act"
|
||||
license=('GPL-2.0')
|
||||
depends=('libedit' 'zlib' 'm4')
|
||||
optdepends=()
|
||||
makedepends=('git' 'gcc' 'patch' 'sed')
|
||||
makedepends=('git' 'gcc' 'patch' 'sed' 'make')
|
||||
conflicts=('act-core')
|
||||
provides=('act-core')
|
||||
source=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue