fortune-mod-woody-allen-it-0.1.ebuild 571 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Fortune database for Woody Allen quotes (in Italian)"
  5. HOMEPAGE="http://somemixedstuff.blogspot.com/2007/04/set-of-fortunes-of-woody-allen-quotes.html"
  6. SRC_URI="http://utenti.lycos.it/gutter/${PN}/${P}.tgz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
  10. IUSE=""
  11. RDEPEND="games-misc/fortune-mod"
  12. S=${WORKDIR}/${PN}
  13. src_install() {
  14. insinto /usr/share/fortune
  15. doins ${PN} ${PN}.dat
  16. }