Lines 4-9
Link Here
|
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="2" |
6 |
|
6 |
|
|
|
7 |
inherit autotools |
8 |
|
7 |
MY_P="${P/_/}" |
9 |
MY_P="${P/_/}" |
8 |
DESCRIPTION="A library to get the ink level of your printer" |
10 |
DESCRIPTION="A library to get the ink level of your printer" |
9 |
HOMEPAGE="http://libinklevel.sourceforge.net/" |
11 |
HOMEPAGE="http://libinklevel.sourceforge.net/" |
Lines 19-24
Link Here
|
19 |
|
21 |
|
20 |
S="${WORKDIR}/${MY_P}" |
22 |
S="${WORKDIR}/${MY_P}" |
21 |
|
23 |
|
|
|
24 |
src_prepare() { |
25 |
epatch "${FILESDIR}"/${P}-automagicdebug.patch |
26 |
eautoreconf |
27 |
} |
28 |
|
22 |
src_configure() { |
29 |
src_configure() { |
23 |
econf $(use_enable debug) |
30 |
econf $(use_enable debug) |
24 |
} |
31 |
} |