Lines 2-8
Link Here
|
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-text/pinfo/pinfo-0.6.9.ebuild,v 1.1 2006/06/23 12:46:43 jer Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.1 2006/06/23 12:46:43 jer Exp $ |
4 |
|
4 |
|
5 |
inherit eutils |
5 |
inherit autotools eutils |
6 |
|
6 |
|
7 |
DESCRIPTION="Hypertext info and man viewer based on (n)curses" |
7 |
DESCRIPTION="Hypertext info and man viewer based on (n)curses" |
8 |
HOMEPAGE="http:/pinfo.alioth.debian.org" |
8 |
HOMEPAGE="http:/pinfo.alioth.debian.org" |
Lines 25-30
Link Here
|
25 |
cd ${S} |
25 |
cd ${S} |
26 |
|
26 |
|
27 |
epatch ${FILESDIR}/${P}-FTPVIEWER.patch |
27 |
epatch ${FILESDIR}/${P}-FTPVIEWER.patch |
|
|
28 |
epatch ${FILESDIR}/${P}-as-needed.patch |
29 |
AT_M4DIR="${S}/macros" eautoreconf |
28 |
} |
30 |
} |
29 |
|
31 |
|
30 |
src_compile() { |
32 |
src_compile() { |