dictd-devils-0-r1.ebuild 465 B

123456789101112131415161718192021
  1. # Copyright 1999-2005 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. MY_P=devils-dict-pre
  4. S=${WORKDIR}
  5. DESCRIPTION="The Devil's Dictionary for dict"
  6. HOMEPAGE="http://www.dict.org/"
  7. SRC_URI="ftp://ftp.dict.org/pub/dict/pre/${MY_P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. IUSE=""
  11. KEYWORDS="x86 ppc sparc amd64 ppc64"
  12. DEPEND=">=app-text/dictd-1.5.5"
  13. src_install() {
  14. insinto /usr/lib/dict
  15. doins devils.dict.dz devils.index || die
  16. }