|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2008 Gentoo Foundation |
1 |
# Copyright 1999-2008 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.13.ebuild,v 1.1 2008/10/02 21:13:05 eva Exp $ |
3 |
# $Header: $ |
| 4 |
|
4 |
|
| 5 |
inherit libtool |
5 |
inherit libtool |
| 6 |
|
6 |
|
|
Lines 23-29
src_unpack() {
Link Here
|
| 23 |
} |
23 |
} |
| 24 |
|
24 |
|
| 25 |
src_compile() { |
25 |
src_compile() { |
| 26 |
econf --disable-lynx |
26 |
econf --disable-lynx --localstatedir=/var |
| 27 |
emake || die "emake failed" |
27 |
emake || die "emake failed" |
| 28 |
|
28 |
|
| 29 |
if use doc ; then |
29 |
if use doc ; then |