fortune-mod-norbert-tretkowski-20030120.ebuild 645 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_P=fortune-mod-norbert.tretkowski-${PV}
  5. DESCRIPTION="Quotes from Norbert Tretkowski"
  6. HOMEPAGE="http://fortune-mod-fvl.sourceforge.net/"
  7. SRC_URI="mirror://sourceforge/fortune-mod-fvl/${MY_P}.tar.gz"
  8. LICENSE="GPL-2"
  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_P}
  14. src_install() {
  15. insinto /usr/share/fortune
  16. doins norbert.tretkowski norbert.tretkowski.dat
  17. }