hexedit_1.2.13.bb 525 B

1234567891011121314151617
  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 = "http://rigaux.org/${BP}.src.tgz \
  8. file://0001-don-t-strip-when-installing.patch "
  9. SRC_URI[md5sum] = "a5af1378d028512a9cad27a5ba3e15f9"
  10. SRC_URI[sha256sum] = "6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7"
  11. inherit autotools
  12. S = "${WORKDIR}/${PN}"