summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortarberd2018-01-17 18:42:07 -0200
committertarberd2018-01-17 18:42:07 -0200
commitc3e8930341663fdba43058094f5e4cf4d5424f7e (patch)
tree95c47fb8dce87cebe4917a0381a9de5076227221
parentb241a0c92741fdc89f9671787eb986f2f92f0062 (diff)
downloadaur-ophidian-lef-git.tar.gz
add static libs opt
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d191b5eb1fc..10f252c34b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ophidian-lef-git
pkgdesc = Cadence's LEF parser toolkit including C++ and C APIs
pkgver = 5.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/eclufsc/LEF
arch = x86_64
groups = ophidian
@@ -10,6 +10,7 @@ pkgbase = ophidian-lef-git
makedepends = bison
makedepends = flex
makedepends = zlib
+ options = staticlibs
source = git+https://gitlab.com/eclufsc/LEF.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 285ce277d74e..5573298650e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Bernardo Ferrari Mendonca <bernardo.mferrari@gmail.com>
pkgname=ophidian-lef-git
pkgver=5.8
-pkgrel=1
+pkgrel=2
groups=('ophidian')
pkgdesc="Cadence's LEF parser toolkit including C++ and C APIs"
arch=('x86_64')
url="https://gitlab.com/eclufsc/LEF"
license=('Apache')
+options=(staticlibs)
makedepends=('make' 'bison' 'flex' 'zlib')
source=('git+https://gitlab.com/eclufsc/LEF.git#branch=master')
md5sums=('SKIP')