core/libgcrypt: disable .install

This commit is contained in:
Kevin Mihelich 2014-01-14 17:24:53 +00:00
parent 45e105c2b3
commit 750b426065

View file

@ -8,10 +8,11 @@
# - switch ifdef's in cipher files to actually respect --disable-neon-support # - switch ifdef's in cipher files to actually respect --disable-neon-support
# - disable intel's RNG # - disable intel's RNG
# - drop docs from building in the makefile, all sorts of busted in git # - 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 pkgname=libgcrypt
pkgver=1.6.0 pkgver=1.6.0
pkgrel=1 pkgrel=1.1
pkgdesc="General purpose cryptographic library based on the code from GnuPG" pkgdesc="General purpose cryptographic library based on the code from GnuPG"
arch=(i686 x86_64) arch=(i686 x86_64)
url="http://www.gnupg.org" url="http://www.gnupg.org"
@ -19,7 +20,7 @@ license=('LGPL')
depends=('libgpg-error>=1.10-2') depends=('libgpg-error>=1.10-2')
makedepends=('git') makedepends=('git')
options=('!emptydirs') options=('!emptydirs')
install=$pkgname.install #install=$pkgname.install
source=("${pkgname}-${pkgver}::git://git.gnupg.org/libgcrypt.git#branch=LIBGCRYPT-1-6-BRANCH") source=("${pkgname}-${pkgver}::git://git.gnupg.org/libgcrypt.git#branch=LIBGCRYPT-1-6-BRANCH")
sha1sums=('SKIP') sha1sums=('SKIP')