summaryrefslogtreecommitdiff
blob: 32f6e529e479ec70df1c1eda00aa6f9949111ffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/kbarcode/kbarcode-1.7.2.ebuild,v 1.3 2004/03/07 09:50:49 centic Exp $

inherit kde
need-kde 3

IUSE="imagemagick"
DESCRIPTION="A KDE 3.x solution for barcode handling."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.kbarcode.net/"
LICENSE="GPL-2"
KEYWORDS="~x86"

DEPEND=">=kde-base/kdelibs-3
	>=app-text/barcode-0.98"

RDEPEND="${DEPEND}
	imagemagick? ( media-gfx/imagemagick )"

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/${P}-default-parameter.patch
}