diff options
Diffstat (limited to 'extra')
-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 |