| 1 |
tetromino |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
aballier |
1.8 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/fix-la-relink-command/fix-la-relink-command-0.1.1.ebuild,v 1.7 2012/05/29 08:30:54 grobian Exp $
|
| 4 |
tetromino |
1.1 |
|
| 5 |
|
|
EAPI="4"
|
| 6 |
|
|
|
| 7 |
|
|
DESCRIPTION="Helps prevent .la files from relinking to libraries outside a build tree"
|
| 8 |
|
|
HOMEPAGE="http://dev.gentoo.org/~tetromino/distfiles/${PN}"
|
| 9 |
|
|
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz"
|
| 10 |
|
|
|
| 11 |
|
|
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
|
| 12 |
|
|
SLOT="0"
|
| 13 |
aballier |
1.8 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
| 14 |
tetromino |
1.1 |
IUSE=""
|
| 15 |
|
|
|
| 16 |
|
|
RDEPEND="dev-lang/perl
|
| 17 |
|
|
virtual/perl-Getopt-Long"
|
| 18 |
|
|
DEPEND="${RDEPEND}
|
| 19 |
|
|
app-arch/xz-utils"
|
| 20 |
|
|
|
| 21 |
|
|
src_install() {
|
| 22 |
|
|
dobin ${PN}
|
| 23 |
|
|
doman ${PN}.1
|
| 24 |
|
|
dodoc NEWS
|
| 25 |
|
|
}
|