summaryrefslogtreecommitdiff
path: root/repo/core/gnutls.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/gnutls.xibuild')
-rw-r--r--repo/core/gnutls.xibuild14
1 files changed, 0 insertions, 14 deletions
diff --git a/repo/core/gnutls.xibuild b/repo/core/gnutls.xibuild
deleted file mode 100644
index b2e0fa3..0000000
--- a/repo/core/gnutls.xibuild
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-DEPS=(libtasn readline zlib nettle p11-kit libidn2 libunistring)
-
-SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.16.tar.xz
-DESC="Library which provides a secure layer over a transport layer"
-
-build () {
-
- ./configure \
- --prefix=/usr
- make
- make DESTDIR=$PKG_DEST install
-}