Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 59ce0e6

Browse files
author
Artem Kobets
authored
xmlsec1: new package at 1.2.29 (#316)
1 parent 28eb81c commit 59ce0e6

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

community/xmlsec1/build

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh -e
2+
3+
./configure \
4+
--prefix=/usr \
5+
--with-default-crypto=openssl \
6+
--without-gcrypt \
7+
--without-gnutls \
8+
--without-nss
9+
10+
make
11+
make DESTDIR="$1" install

community/xmlsec1/checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b1d1deba966019930f608d1f2b95c40ca3450f1393bcd3a3c001a8ba1d2839ab xmlsec1-1.2.29.tar.gz

community/xmlsec1/depends

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
libressl
2+
libtool make
3+
libxml2

community/xmlsec1/sources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.29.tar.gz

community/xmlsec1/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.29 1

0 commit comments

Comments
 (0)