From 48cca7b493b49d42899350e6e732a66125bcf264 Mon Sep 17 00:00:00 2001 From: "Bryan T. Meyers" Date: Sat, 24 Sep 2016 17:16:55 -0400 Subject: [PATCH] Initial working leptonica --- Makefile | 1 + package.yml | 17 +++++++++++++++++ pspec_x86_64.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 Makefile create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..2ee31c7 --- /dev/null +++ b/package.yml @@ -0,0 +1,17 @@ +name : leptonica +version : 1.73 +release : 1 +source : + - https://github.com/DanBloomberg/leptonica/archive/v1.73.tar.gz : f5669ce2e30f873833474df005f606e96bdcaa9aa43aead21b6709ecaec1fc05 +license : BSD-2-Clause +component : programming +summary : Leptonica image processing and analysis +description: | + Leptonica image processing and analysis +setup : | + rm configure + %reconfigure --disable-static +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..3221f79 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,50 @@ + + + leptonica + + Bryan T. Meyers + bmeyers@datadrake.com + + BSD-2-Clause + programming + Leptonica image processing and analysis + Leptonica image processing and analysis + + https://solus-project.com/sources/README.Solus + + + leptonica + Leptonica image processing and analysis + Leptonica image processing and analysis + + programming + + /usr/bin + /usr/lib64/lib*.so.* + + + + leptonica-devel + Development files for leptonica + Leptonica image processing and analysis + + programming.devel + + leptonica + + + /usr/include/ + /usr/lib64/lib*.so + /usr/lib64/pkgconfig/*.pc + + + + + 2016-09-24 + 1.73 + Packaging update + Bryan T. Meyers + bmeyers@datadrake.com + + + \ No newline at end of file -- 2.10.0