whatmask-1.2-r1.ebuild 505 B

12345678910111213141516171819202122
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit toolchain-funcs
  5. DESCRIPTION="little C program to compute different subnet mask notations"
  6. HOMEPAGE="http://www.laffeycomputer.com/whatmask.html"
  7. SRC_URI="http://downloads.laffeycomputer.com/current_builds/whatmask/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 hppa ppc sparc x86"
  11. IUSE=""
  12. DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
  13. src_prepare() {
  14. tc-export CC
  15. }