pinepgp-0.18.0-r1.ebuild 593 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit eutils
  4. DESCRIPTION="Use GPG/PGP with Pine"
  5. HOMEPAGE="http://hany.sk/~hany/software/pinepgp/"
  6. SRC_URI="http://terminus.sk/~hany/_data/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ppc ~sparc x86"
  10. IUSE=""
  11. DEPEND="|| ( mail-client/alpine mail-client/pine )
  12. app-crypt/gnupg"
  13. src_unpack() {
  14. unpack ${A}
  15. cd "${S}"
  16. epatch "${FILESDIR}"/${P}-makefile-sed-fix.patch
  17. }
  18. src_install() {
  19. make DESTDIR="${D}" install || die "install problem"
  20. dodoc ChangeLog README
  21. }