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

(-)physfs-1.0.1.ebuild.orig (-1 / +8 lines)
Lines 9-18 Link Here
9
LICENSE="ZLIB"
9
LICENSE="ZLIB"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="alpha amd64 hppa ppc sparc x86"
11
KEYWORDS="alpha amd64 hppa ppc sparc x86"
12
IUSE=""
12
IUSE="readline"
13
13
14
DEPEND=""
14
DEPEND=""
15
15
16
src_compile() {
17
	econf \
18
		$(use_enable readline) \
19
		|| die
20
	emake || die "emake failed"
21
}
22
16
src_install() {
23
src_install() {
17
	make DESTDIR="${D}" install || die "make install failed"
24
	make DESTDIR="${D}" install || die "make install failed"
18
	dodoc CHANGELOG CREDITS TODO docs/README
25
	dodoc CHANGELOG CREDITS TODO docs/README

Return to bug 117827