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

(-)libsigsegv-2.6.ebuild (-6 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2010 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/libsigsegv/libsigsegv-2.6.ebuild,v 1.4 2009/09/14 18:31:00 armin76 Exp $
3
# $Header: $
4
5
EAPI="2"
4
6
5
DESCRIPTION="library for handling page faults in user mode"
7
DESCRIPTION="library for handling page faults in user mode"
6
HOMEPAGE="http://libsigsegv.sourceforge.net/"
8
HOMEPAGE="http://libsigsegv.sourceforge.net/"
Lines 8-21 Link Here
8
10
9
LICENSE="GPL-2"
11
LICENSE="GPL-2"
10
SLOT="0"
12
SLOT="0"
11
KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
12
IUSE=""
14
IUSE=""
13
15
14
DEPEND=""
16
DEPEND=""
15
17
16
src_compile() {
18
src_configure() {
17
	econf --enable-shared || die
19
	econf --enable-shared
18
	emake || die
19
}
20
}
20
21
21
src_install() {
22
src_install() {

Return to bug 300549