summaryrefslogtreecommitdiff
path: root/repo/system/libtasn1.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libtasn1.xibuild')
-rw-r--r--repo/system/libtasn1.xibuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/repo/system/libtasn1.xibuild b/repo/system/libtasn1.xibuild
deleted file mode 100644
index a2394ed..0000000
--- a/repo/system/libtasn1.xibuild
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl"
-
-PKG_VER=4.18.0
-SOURCE=https://ftp.gnu.org/gnu/libtasn1/libtasn1-$PKG_VER.tar.gz
-DESC="The ASN.1 library used in GNUTLS"
-
-build () {
- ./configure \
- --prefix=/usr
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}