13 lines
533 B
Plaintext
13 lines
533 B
Plaintext
(package
|
|
(name "libgnutls")
|
|
(version "3.8.12")
|
|
(homepage "https://gnutls.org/")
|
|
(dependencies "xz" "pkg-config" "libnettle" "libp11-kit")
|
|
(src (tar
|
|
(url "https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.12.tar.xz")
|
|
(dir "gnutls-3.8.12")
|
|
(blake3 "d60d32619210c02b3b280a79e32c8323a7fd556ae77e1b461d69744bc93f05d5")))
|
|
(build
|
|
(configure_make
|
|
(configure_flags "--with-included-libtasn1 --with-included-unistring --disable-doc --disable-tests --disable-tools"))))
|