shed-1.13.ebuild 394 B

123456789101112131415161718192021
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. DESCRIPTION="Simple Hex EDitor"
  5. HOMEPAGE="http://shed.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~ppc x86"
  10. IUSE=""
  11. RDEPEND="sys-libs/ncurses"
  12. DPEND="${RDEPEND}"
  13. src_compile() {
  14. emake AM_CFLAGS="${CFLAGS}"
  15. }