/[gentoo-x86]/dev-libs/oniguruma/oniguruma-5.9.2.ebuild
Gentoo

Contents of /dev-libs/oniguruma/oniguruma-5.9.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.10 - (hide annotations) (download)
Fri May 4 14:35:23 2012 UTC (12 months, 2 weeks ago) by aballier
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +3 -3 lines
keyword ~amd64-fbsd

(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

1 aballier 1.10 # Copyright 1999-2012 Gentoo Foundation
2 matsuu 1.1 # Distributed under the terms of the GNU General Public License v2
3 aballier 1.10 # $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.2.ebuild,v 1.9 2011/01/30 15:42:07 armin76 Exp $
4 matsuu 1.1
5     inherit libtool
6    
7     MY_P=onig-${PV}
8    
9     DESCRIPTION="a regular expression library for different character encodings"
10     HOMEPAGE="http://www.geocities.jp/kosako3/oniguruma"
11     SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/${MY_P}.tar.gz"
12    
13     LICENSE="BSD-2"
14     SLOT="0"
15 aballier 1.10 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
16 matsuu 1.1 IUSE=""
17    
18     S=${WORKDIR}/${MY_P}
19    
20     src_unpack() {
21     unpack ${A}
22     cd "${S}"
23     # Needed for a sane .so versionning on fbsd, please dont drop
24     elibtoolize
25     }
26    
27     src_install() {
28     emake DESTDIR="${D}" install || die "emake install failed."
29     dodoc AUTHORS HISTORY README* doc/*
30     }

  ViewVC Help
Powered by ViewVC 1.1.13