diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:06:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 22:06:53 +0300 |
commit | 028c052081c8f86207f364a2b900401102e80721 (patch) | |
tree | ccd881c33f8ddc60d52444dbd1d958d6bb321ffb /testing | |
parent | fc2af09e2d2c6636eb93c8a58e03d0aee6503aec (diff) | |
download | repository-028c052081c8f86207f364a2b900401102e80721.tar.gz |
libksba: add package to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/libksba/build | 8 | ||||
-rw-r--r-- | testing/libksba/checksums | 1 | ||||
-rw-r--r-- | testing/libksba/depends | 1 | ||||
-rw-r--r-- | testing/libksba/sources | 1 | ||||
-rw-r--r-- | testing/libksba/version | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/testing/libksba/build b/testing/libksba/build new file mode 100755 index 00000000..ffd10172 --- /dev/null +++ b/testing/libksba/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-static + +make +make DESTDIR="$1" install diff --git a/testing/libksba/checksums b/testing/libksba/checksums new file mode 100644 index 00000000..c5060125 --- /dev/null +++ b/testing/libksba/checksums @@ -0,0 +1 @@ +41444fd7a6ff73a79ad9728f985e71c9ba8cd3e5e53358e70d5f066d35c1a340 libksba-1.3.5.tar.bz2 diff --git a/testing/libksba/depends b/testing/libksba/depends new file mode 100644 index 00000000..546d0741 --- /dev/null +++ b/testing/libksba/depends @@ -0,0 +1 @@ +libgpg-error diff --git a/testing/libksba/sources b/testing/libksba/sources new file mode 100644 index 00000000..a3e7a2e6 --- /dev/null +++ b/testing/libksba/sources @@ -0,0 +1 @@ +https://gnupg.org/ftp/gcrypt/libksba/libksba-1.3.5.tar.bz2 diff --git a/testing/libksba/version b/testing/libksba/version new file mode 100644 index 00000000..a06f6a21 --- /dev/null +++ b/testing/libksba/version @@ -0,0 +1 @@ +1.3.5 1 |