/[gentoo-x86]/media-libs/libdmtx/libdmtx-0.7.4.ebuild
Gentoo

Contents of /media-libs/libdmtx/libdmtx-0.7.4.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Tue Apr 2 20:56:29 2013 UTC (6 weeks, 6 days ago) by ago
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +2 -2 lines
Stable for ppc64, wrt bug #462890

(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-libs/libdmtx/libdmtx-0.7.4.ebuild,v 1.8 2013/02/07 01:01:09 naota Exp $
4
5 EAPI=4
6
7 DESCRIPTION="Barcode data matrix reading and writing library"
8 HOMEPAGE="http://www.libdmtx.org/"
9 SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
10
11 LICENSE="LGPL-2.1"
12 SLOT="0"
13 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
14 IUSE="static-libs"
15
16 DEPEND=""
17 RDEPEND="${DEPEND}"
18
19 src_configure() {
20 econf \
21 $(use_enable static-libs static)
22 }
23
24 src_install() {
25 default
26 find "${ED}" -name '*.la' -exec rm -f {} +
27 }

  ViewVC Help
Powered by ViewVC 1.1.13