mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/libgcrypt: disable .install
This commit is contained in:
parent
45e105c2b3
commit
750b426065
1 changed files with 3 additions and 2 deletions
|
@ -8,10 +8,11 @@
|
|||
# - switch ifdef's in cipher files to actually respect --disable-neon-support
|
||||
# - disable intel's RNG
|
||||
# - drop docs from building in the makefile, all sorts of busted in git
|
||||
# - disable .install so it doesn't try to install nonexistent docs
|
||||
|
||||
pkgname=libgcrypt
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc="General purpose cryptographic library based on the code from GnuPG"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.gnupg.org"
|
||||
|
@ -19,7 +20,7 @@ license=('LGPL')
|
|||
depends=('libgpg-error>=1.10-2')
|
||||
makedepends=('git')
|
||||
options=('!emptydirs')
|
||||
install=$pkgname.install
|
||||
#install=$pkgname.install
|
||||
source=("${pkgname}-${pkgver}::git://git.gnupg.org/libgcrypt.git#branch=LIBGCRYPT-1-6-BRANCH")
|
||||
sha1sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue