cwdaemon-0.10.2.ebuild 554 B

1234567891011121314151617181920212223242526
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit flag-o-matic
  5. DESCRIPTION="A morse daemon for the parallel or serial port"
  6. HOMEPAGE="http://cwdaemon.sourceforge.net"
  7. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="alpha amd64 ppc x86"
  11. IUSE=""
  12. RDEPEND=">=media-radio/unixcw-3.3.1"
  13. DEPEND="$RDEPEND
  14. virtual/pkgconfig"
  15. src_configure() {
  16. # provides header info for getaddrinfo() with C99 (bug 569970)
  17. append-cppflags -D_GNU_SOURCE
  18. econf
  19. }