summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Mazo <ahippo@yandex.com>2018-08-05 21:21:25 +0300
committerMichał Górny <mgorny@gentoo.org>2018-08-20 17:31:17 +0200
commit91071e948b751433ec8cd4ba9b2b8661dec0e91c (patch)
treea7e41906aa4c8b81b354b6d3330411decc87eeec /media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild
parentdev-util/edb-debugger: version bump to 1.0.0 and cleanup. (diff)
downloadgentoo-91071e948b751433ec8cd4ba9b2b8661dec0e91c.tar.gz
gentoo-91071e948b751433ec8cd4ba9b2b8661dec0e91c.tar.bz2
gentoo-91071e948b751433ec8cd4ba9b2b8661dec0e91c.zip
media-gfx/dmtx-utils: new package, version 0.7.5
Add dmtx-utils package, which provides dmtxread/dmtxwrite/dmtxquery commands. The package is built on top of media-libs/libdmtx library. Closes: https://bugs.gentoo.org/635684 Closes: https://github.com/gentoo/gentoo/pull/9462 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild')
-rw-r--r--media-gfx/dmtx-utils/dmtx-utils-0.7.5.ebuild30
1 files changed, 30 insertions, 0 deletions
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
+}