blob: 1b77bd3fcd7857e4fd40fdf9e700a251fc616026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/kink/kink-0.2.1.ebuild,v 1.6 2007/07/13 07:15:13 mr_bones_ Exp $
inherit kde eutils
DESCRIPTION="KDE printer ink level utility monitor"
HOMEPAGE="http://kink.sourceforge.net/"
SRC_URI="mirror://sourceforge/kink/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
IUSE=""
DEPEND="<=net-print/libinklevel-0.6.5"
need-kde 3.1
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/kink-0.2.1-compilefix.diff
}
|