summaryrefslogtreecommitdiff
path: root/media-gfx/dmtx-utils
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/dmtx-utils')
-rw-r--r--media-gfx/dmtx-utils/Manifest3
-rw-r--r--media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild30
-rw-r--r--media-gfx/dmtx-utils/metadata.xml21
3 files changed, 54 insertions, 0 deletions
diff --git a/media-gfx/dmtx-utils/Manifest b/media-gfx/dmtx-utils/Manifest
new file mode 100644
index 000000000000..1e405c326f31
--- /dev/null
+++ b/media-gfx/dmtx-utils/Manifest
@@ -0,0 +1,3 @@
+DIST dmtx-utils-0.7.5.tar.gz 54754 BLAKE2B 0eaaa75dd8f650492f790aa960a6df93509e2bf5b1d0dd4b335a418f1524ee633d8d5f087cfef8b8950fc736dbb8ff702561e48506fa1b85d5846cf87601a197 SHA512 915104150d1cc5877d3012cb3934163b4a8e93f8132082835e8d12a8844d29e4afa06d020f5bd79e4bcacb8c153baadf183885619b7c4eb235d8c8c7041d325a
+EBUILD dmtx-utils-0.7.5.ebuild 546 BLAKE2B 8a699e4dd6ccbe4e208736e9f2b7c74858fc8f852b7a1b80865017d9c23828bbcd532e5510aeea65134e5a47a8a12b6c0af72c77ee64b0d4af1ef866e701957b SHA512 2c3ceb32ae801fc1d07f349078b6feb4c8dfd5bfd9b3ea81d6c429af54269b3da7203834bcf90982cb4b6add9b19ed32a4c13266e6377a68d65ba4156df79820
+MISC metadata.xml 784 BLAKE2B 6d400f2933a256e39be8ef48286af7273c78d5ea67be927703c82471e0ad19720adc05dcc71e200cb0f373bec626690b38e4021a5d8f0f7509949001f84b87d4 SHA512 3ae4b194dffdc41978674a602861fabe327c9c9955583bb1ceda7910c4fb24563d2c5045c9f5e37a0d0b4f94951aa3b3c9dc7e5fec69a927f30cc180accabedf
diff --git a/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild b/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
new file mode 100644
index 000000000000..35aad35ab7b6
--- /dev/null
+++ b/media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Tools for reading and writing Data Matrix barcodes"
+HOMEPAGE="https://github.com/dmtx/dmtx-utils"
+SRC_URI="https://github.com/dmtx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=media-gfx/imagemagick-6.2.4:=
+ >=media-libs/libdmtx-0.7.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
diff --git a/media-gfx/dmtx-utils/metadata.xml b/media-gfx/dmtx-utils/metadata.xml
new file mode 100644
index 000000000000..3971294e52ef
--- /dev/null
+++ b/media-gfx/dmtx-utils/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ahippo@yandex.ru</email>
+ <name>Andrey Mazo</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Tools for reading and writing two-dimensional Data Matrix barcodes.
+ The tools are based on libdmtx library.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">dmtx/dmtx-utils</remote-id>
+ <remote-id type="sourceforge">libdmtx</remote-id>
+ <bugs-to>https://github.com/dmtx/dmtx-utils/issues</bugs-to>
+ </upstream>
+</pkgmetadata>