mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 17:44:13 +08:00
libgssglue update for openssl
This commit is contained in:
parent
dc752d2c8b
commit
b4d8eae7a9
@ -1,23 +1,22 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# maintainer abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libgssglue
|
||||
pkgver=0.3
|
||||
pkgrel=3
|
||||
pkgver=0.4
|
||||
pkgrel=1
|
||||
pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||
license=('BSD')
|
||||
depends=('glibc')
|
||||
makedepends=('pkgconfig' 'autoconf')
|
||||
backup=(etc/gssapi_mech.conf)
|
||||
options=('!libtool')
|
||||
source=(http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz
|
||||
gssapi_mech.conf)
|
||||
md5sums=('48aaad11b7371ba3270faa322202c038'
|
||||
source=("http://www.citi.umich.edu/projects/nfsv4/linux/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||
'gssapi_mech.conf')
|
||||
md5sums=('088797f3180702fa54e786496b32e750'
|
||||
'080be866717e4e06fa6f7d6f43cb395a')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user