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

(-)/keeps/gentoo/bugs/app-portage/euses/euses-2.4.2.ebuild (-7 / +5 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/app-portage/euses/euses-2.3.ebuild,v 1.1 2005/10/15 20:20:54 chainsaw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-portage/euses/euses-2.4.2.ebuild,v 1.1 2005/11/19 18:42:31 chainsaw Exp $
4
4
5
inherit toolchain-funcs
5
inherit toolchain-funcs autotools
6
6
7
DESCRIPTION="A small utility in C that quickly displays use flag descriptions"
7
DESCRIPTION="A small utility in C that quickly displays use flag descriptions"
8
HOMEPAGE="http://www.xs4all.nl/~rooversj/gentoo"
8
HOMEPAGE="http://www.xs4all.nl/~rooversj/gentoo"
Lines 10-16 Link Here
10
10
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~x86 ~hppa"
13
KEYWORDS="~x86 ~amd64"
14
IUSE=""
14
IUSE=""
15
15
16
DEPEND="sys-devel/autoconf
16
DEPEND="sys-devel/autoconf
Lines 19-27 Link Here
19
S="${WORKDIR}"
19
S="${WORKDIR}"
20
20
21
src_compile() {
21
src_compile() {
22
	ebegin "Building configure script"
22
	eautoreconf
23
	autoreconf &> /dev/null
24
	eend $?
25
	econf || die
23
	econf || die
26
	emake || die
24
	emake || die
27
}
25
}
Lines 29-33 Link Here
29
src_install() {
27
src_install() {
30
	dobin ${PN} || die
28
	dobin ${PN} || die
31
	doman ${PN}.1 || die
29
	doman ${PN}.1 || die
32
	dodoc Changelog ${PN}.php || die
30
	dodoc ${PN}.c ${PN}.php || die
33
}
31
}

Return to bug 113017