From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/libtasn1.xibuild | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 repo/core/libtasn1.xibuild (limited to 'repo/core/libtasn1.xibuild') diff --git a/repo/core/libtasn1.xibuild b/repo/core/libtasn1.xibuild deleted file mode 100644 index 2f6fccd..0000000 --- a/repo/core/libtasn1.xibuild +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -DEPS=(glibc) - -SOURCE=https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.18.0.tar.gz -DESC="The ASN.1 library used in GNUTLS" - -build () { - - ./configure \ - --prefix=/usr - make - make DESTDIR=$PKG_DEST install -} -- cgit v1.2.1