# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="METAR Decoder Software Package Library" HOMEPAGE="http://limulus.net/mdsplib/" SRC_URI="http://limulus.net/mdsplib/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="virtual/libc" src_install() { insinto /usr/local/include insopts -m0644 newins ${S}/metar.h metar.h insinto /usr/local/lib insopts -m0644 newins ${S}/libmetar.a libmetar.a dodoc README README.MDSP }