Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248573 | Differences between
and this patch

Collapse All | Expand All

(-)lintar-0.6.2.ebuild.orig (-1 / +12 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2006 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/x11-misc/lintar/lintar-0.6.2.ebuild,v 1.3 2006/10/23 07:02:55 omp Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/lintar/lintar-0.6.2.ebuild,v 1.3 2006/10/23 07:02:55 omp Exp $
4
4
5
WANT_AUTOMAKE="1.9"
6
7
inherit eutils autotools
8
5
DESCRIPTION="A decompressing tool written in GTK+."
9
DESCRIPTION="A decompressing tool written in GTK+."
6
HOMEPAGE="http://lintar.sourceforge.net/"
10
HOMEPAGE="http://lintar.sourceforge.net/"
7
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
11
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
Lines 16-21 Link Here
16
DEPEND="${RDEPEND}
20
DEPEND="${RDEPEND}
17
	dev-util/pkgconfig"
21
	dev-util/pkgconfig"
18
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"
26
	epatch "${FILESDIR}/${P}-as-needed.patch"
27
	eautoreconf
28
}
29
19
src_install() {
30
src_install() {
20
	make DESTDIR="${D}" install || die "make install failed"
31
	make DESTDIR="${D}" install || die "make install failed"
21
	dodoc ABOUT-NLS AUTHORS BUGS ChangeLog README NEWS TODO
32
	dodoc ABOUT-NLS AUTHORS BUGS ChangeLog README NEWS TODO

Return to bug 248573