17 lines
485 B
Bash
17 lines
485 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdmtx/libdmtx-0.7.4.ebuild,v 1.1 2011/12/23 18:09:21 johu Exp $
|
|
|
|
EAPI=4
|
|
|
|
DESCRIPTION="Barcode data matrix reading and writing library"
|
|
HOMEPAGE="http://www.libdmtx.org/"
|
|
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
|
|
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|