diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-03 10:59:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-03 10:59:20 +0300 |
commit | b9f493e997e86c7c25685bd4c3a3705ff5a6c8e6 (patch) | |
tree | 56225e47365933f8f60b5dd8f1002d72672b2424 /extra/libexif | |
parent | 50c5f78896b8f7b2c1f381df0387d2864d6b2448 (diff) | |
download | repository-b9f493e997e86c7c25685bd4c3a3705ff5a6c8e6.tar.gz |
libexif: add new package at 0.6.22
Diffstat (limited to 'extra/libexif')
-rwxr-xr-x | extra/libexif/build | 9 | ||||
-rw-r--r-- | extra/libexif/checksums | 1 | ||||
-rw-r--r-- | extra/libexif/sources | 1 | ||||
-rw-r--r-- | extra/libexif/version | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/extra/libexif/build b/extra/libexif/build new file mode 100755 index 00000000..dd147fb0 --- /dev/null +++ b/extra/libexif/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + ac_cv_path_DOXYGEN=false + +make +make DESTDIR="$1" install diff --git a/extra/libexif/checksums b/extra/libexif/checksums new file mode 100644 index 00000000..1724924e --- /dev/null +++ b/extra/libexif/checksums @@ -0,0 +1 @@ +5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c56 libexif-0.6.22.tar.xz diff --git a/extra/libexif/sources b/extra/libexif/sources new file mode 100644 index 00000000..1ac73b47 --- /dev/null +++ b/extra/libexif/sources @@ -0,0 +1 @@ +https://github.com/libexif/libexif/releases/download/libexif-0_6_22-release/libexif-0.6.22.tar.xz diff --git a/extra/libexif/version b/extra/libexif/version new file mode 100644 index 00000000..4da7a567 --- /dev/null +++ b/extra/libexif/version @@ -0,0 +1 @@ +0.6.22 1 |