From 3634f289af1474df0288e302b2d2aa4a3c518f35 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 25 Jun 2020 16:59:23 +0300 Subject: nettle: add new package at 3.6 --- community/nettle/build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 community/nettle/build (limited to 'community/nettle/build') diff --git a/community/nettle/build b/community/nettle/build new file mode 100755 index 00000000..32a77951 --- /dev/null +++ b/community/nettle/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-shared \ + --enable-static \ + --enable-mini-gmp \ + --disable-documentation + +make +make DESTDIR="$1" install -- cgit v1.2.3