tintin-2.01.1-r1.ebuild 689 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
  5. HOMEPAGE="http://tintin.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
  7. LICENSE="GPL-2+"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~ppc ~x86"
  10. IUSE=""
  11. DEPEND="
  12. dev-libs/libpcre
  13. net-libs/gnutls
  14. sys-libs/readline:0
  15. sys-libs/zlib"
  16. RDEPEND=${DEPEND}
  17. S=${WORKDIR}/tt/src
  18. src_install () {
  19. dobin tt++
  20. dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
  21. }
  22. pkg_postinst() {
  23. echo
  24. ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
  25. ewarn "read the README for more details."
  26. echo
  27. }