udpcast-20120424.ebuild 489 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="Multicast file transfer tool"
  6. HOMEPAGE="http://www.udpcast.linux.lu/"
  7. SRC_URI="http://www.udpcast.linux.lu/download/${P}.tar.bz2"
  8. LICENSE="GPL-2 BSD"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. DEPEND="dev-lang/perl"
  12. src_prepare() {
  13. epatch \
  14. "${FILESDIR}"/${P}-fd_set.patch \
  15. "${FILESDIR}"/${P}-gentoo.patch
  16. }
  17. src_install() {
  18. default
  19. dodoc *.txt
  20. }