Advertisement
Guest User

app-text/voikko-3.2

a guest
Apr 6th, 2011
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. MY_P=lib${P/_rc/rc}
  6.  
  7. DESCRIPTION="Free Finnish spellchecking and hyphenation library"
  8. HOMEPAGE="http://voikko.sf.net"
  9. #SRC_URI="http://www.puimula.org/htp/testing/${MY_P}.tar.gz"
  10. SRC_URI="mirror://sourceforge/voikko/${MY_P}.tar.gz"
  11.  
  12. LICENSE="GPL-2"
  13. SLOT="0"
  14. KEYWORDS="~amd64 ~x86"
  15. IUSE=""
  16.  
  17. DEPEND="sci-misc/malaga
  18. >=sci-misc/suomi-malaga-1.4
  19. virtual/libiconv"
  20. RDEPEND="${DEPEND}"
  21.  
  22. S="${WORKDIR}/${MY_P/rc?/}"
  23.  
  24. src_compile() {
  25. econf CXXFLAGS=-Wno-error || die "econf failed"
  26. emake || die "emake failed"
  27. }
  28.  
  29.  
  30. src_install() {
  31. emake DESTDIR="${D}" install || die "install failed"
  32. dodoc README || die "docs missing"
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement