qmhandle-1.2.0-r1.ebuild 589 B

123456789101112131415161718192021222324252627282930313233
  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit eutils
  4. DESCRIPTION="Qmail message queue tool"
  5. HOMEPAGE="http://qmhandle.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86"
  10. IUSE=""
  11. RDEPEND="
  12. virtual/qmail
  13. dev-lang/perl
  14. sys-process/psmisc
  15. "
  16. DEPEND=""
  17. S=${WORKDIR}
  18. src_unpack() {
  19. unpack ${A}
  20. epatch "${FILESDIR}"/qmHandle-gentoo-svc.patch
  21. }
  22. src_install() {
  23. dodoc README HISTORY
  24. dobin qmHandle || die "dobin failed"
  25. }