summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLackOfDream2016-08-09 18:13:56 +0900
committerLackOfDream2016-08-09 18:13:56 +0900
commite064277644cc79c27eade729759408ca43945899 (patch)
tree1712c2527278fd0ff6c5a44a02cfd845afbf7591
parent8f24e1da571b10097e6b9f8692acbcbbab39b908 (diff)
downloadaur-e064277644cc79c27eade729759408ca43945899.tar.gz
Leave static library file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abd32cc07716..f3fc507fac8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = fastdriver-git
depends = crypto++
provides = fastdriver
options = !buildflags
+ options = staticlibs
source = git+https://github.com/lackofdream/fastdriver.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 373abe167b14..fc21f06123f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,10 @@ pkgdesc="Fast-ODP (Old-Driver-Protocol) command line tool, C++ implementation"
arch=('i686' 'x86_64')
url="https://github.com/lackofdream/fastdriver"
license=('Apache')
-depends=(crypto++)
+depends=('crypto++')
makedepends=('git' 'cmake') # 'bzr', 'git', 'mercurial' or 'subversion'
-provides=("fastdriver")
-options=("!buildflags")
+provides=('fastdriver')
+options=('!buildflags' 'staticlibs')
source=('git+https://github.com/lackofdream/fastdriver.git')
md5sums=('SKIP')