wmweather-2.4.5.ebuild 657 B

1234567891011121314151617181920212223242526272829
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  4. DESCRIPTION="a dockable weather monitor for standard METAR stations using ICAO location"
  5. HOMEPAGE="http://www.godisch.de/debian/wmweather"
  6. SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}.orig.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
  10. IUSE=""
  11. RDEPEND="x11-libs/libX11
  12. x11-libs/libXext
  13. x11-libs/libXpm
  14. x11-libs/libICE
  15. x11-apps/xmessage
  16. net-misc/curl"
  17. DEPEND="${RDEPEND}
  18. x11-proto/xextproto"
  19. S=${WORKDIR}/${P}/src
  20. src_install() {
  21. emake DESTDIR="${D}" install
  22. dodoc ../{CHANGES,README}
  23. }