hexedit_1.4.2.bb 506 B

1234567891011121314151617181920
  1. SUMMARY = "view and edit files in hexadecimal or in ASCII"
  2. HOMEPAGE = "http://rigaux.org/hexedit.html"
  3. SECTION = "console/utils"
  4. LICENSE = "GPLv2+"
  5. DEPENDS = "ncurses"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
  7. SRC_URI = "git://github.com/pixel/hexedit.git \
  8. "
  9. SRCREV = "800e4b2e6280531a84fd23ee0b48e16baeb90878"
  10. S = "${WORKDIR}/git"
  11. inherit autotools-brokensep update-alternatives
  12. ALTERNATIVE_${PN} = "hexedit"
  13. ALTERNATIVE_LINK_NAME[hexedit] = "${bindir}/hexedit"