htop_1.0.3.bb 569 B

12345678910111213141516171819202122
  1. SUMMARY = "htop process monitor"
  2. HOMEPAGE = "http://htop.sf.net"
  3. SECTION = "console/utils"
  4. LICENSE = "GPLv2"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
  6. DEPENDS = "ncurses"
  7. RDEPENDS_${PN} = "ncurses-terminfo"
  8. SRC_URI = "http://hisham.hm/htop/releases/${PV}/htop-${PV}.tar.gz"
  9. SRC_URI[md5sum] = "e768b9b55c033d9c1dffda72db3a6ac7"
  10. SRC_URI[sha256sum] = "055c57927f75847fdc222b5258b079a9542811a9dcf5421c615c7e17f55d1829"
  11. LDFLAGS_append_libc-uclibc = " -lubacktrace"
  12. do_configure_prepend () {
  13. rm -rf ${S}/config.h
  14. }
  15. inherit autotools