From 48ca75555522716f0f686dcae3dd6cf3d8ad714d Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:05:19 +0100 Subject: removed idea of repos --- repo/system/libgcrypt/libgcrypt.xibuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 repo/system/libgcrypt/libgcrypt.xibuild (limited to 'repo/system/libgcrypt/libgcrypt.xibuild') diff --git a/repo/system/libgcrypt/libgcrypt.xibuild b/repo/system/libgcrypt/libgcrypt.xibuild deleted file mode 100644 index 4c90552..0000000 --- a/repo/system/libgcrypt/libgcrypt.xibuild +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make" -DEPS="musl libgpg-error" - -PKG_VER=1.9.4 -SOURCE=https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$PKG_VER.tar.bz2 -DESC="General purpose crypto library based on the code used in GnuPG" - -build () { - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --enable-static - make -} - -package () { - make DESTDIR=$PKG_DEST install -} - - -- cgit v1.2.1