From d0626479dbbb570b11437fb9b446e8446e502eb0 Mon Sep 17 00:00:00 2001 From: van <751890223@qq.com> Date: Tue, 21 May 2024 20:53:20 +0800 Subject: [PATCH] build: lib libgeotiff Official repository of the libgeotiff project log: add lib --- libgeotiff/linglong.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libgeotiff/linglong.yaml diff --git a/libgeotiff/linglong.yaml b/libgeotiff/linglong.yaml new file mode 100644 index 000000000..9cb43fa1f --- /dev/null +++ b/libgeotiff/linglong.yaml @@ -0,0 +1,25 @@ +package: + id: libgeotiff + name: libgeotiff + version: 1.7.1 + kind: lib + description: | + Official repository of the libgeotiff project + +runtime: + id: org.deepin.Runtime + version: 23.0.0 + +source: + kind: git + url: https://github.com/OSGeo/libgeotiff.git + commit: 0bfa226256b9bcdbcc3dbe1ae79fec7b41a0a74e + + +build: + kind: cmake + manual: + configure: | + cd libgeotiff + cmake -B ${build_dir} ${conf_args} ${extra_args} +