Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317295
Collapse All | Expand All

(-)/usr/portage/dev-libs/opensc/opensc-0.11.12.ebuild (-1 / +7 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit multilib
7
inherit autotools multilib
8
8
9
DESCRIPTION="SmartCard library and applications"
9
DESCRIPTION="SmartCard library and applications"
10
HOMEPAGE="http://www.opensc-project.org/opensc/"
10
HOMEPAGE="http://www.opensc-project.org/opensc/"
Lines 23-28 Link Here
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	dev-util/pkgconfig"
24
	dev-util/pkgconfig"
25
25
26
src_unpack() {
27
	unpack ${A}
28
	cd "${S}"
29
	eautoreconf
30
}
31
26
src_configure() {
32
src_configure() {
27
	econf \
33
	econf \
28
		--docdir="/usr/share/doc/${PF}" \
34
		--docdir="/usr/share/doc/${PF}" \

Return to bug 317295