fortune-mod-tao-1.ebuild 606 B

12345678910111213141516171819202122
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. MY_PN=${PN/mod-/}
  5. DESCRIPTION="set of fortunes based on the Tao-Teh-Ching"
  6. HOMEPAGE="http://fortunes.quotationsbook.com/fortunes/collection/67/TAO"
  7. SRC_URI="mirror://gentoo/${MY_PN}.tar.gz"
  8. LICENSE="GPL-1"
  9. SLOT="0"
  10. KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
  11. IUSE=""
  12. RDEPEND="games-misc/fortune-mod"
  13. S=${WORKDIR}/${MY_PN}
  14. src_install() {
  15. insinto /usr/share/fortune
  16. doins tao tao.dat
  17. }