summaryrefslogtreecommitdiff
path: root/repo/system/gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/gnutls')
-rw-r--r--repo/system/gnutls/gnutls.xibuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/repo/system/gnutls/gnutls.xibuild b/repo/system/gnutls/gnutls.xibuild
deleted file mode 100644
index 20160e4..0000000
--- a/repo/system/gnutls/gnutls.xibuild
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="libtasn1 readline zlib nettle libp11-kit libidn libunistring"
-
-PKG_VER=3.6.16
-SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v$(echo $PKG_VER | cut -d. -f-2)/gnutls-$PKG_VER.tar.xz
-DESC="Library which provides a secure layer over a transport layer"
-
-build () {
-
- ./configure \
- --prefix=/usr
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}