pps-tools_1.0.2.bb 468 B

123456789101112131415161718
  1. SUMMARY = "User-space tools for LinuxPPS"
  2. HOMEPAGE = "http://linuxpps.org"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  5. SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d"
  6. SRC_URI = "git://github.com/ago/pps-tools.git"
  7. S = "${WORKDIR}/git"
  8. RDEPENDS_${PN} = "bash"
  9. do_install() {
  10. install -d ${D}${bindir} ${D}${includedir} \
  11. ${D}${includedir}/sys
  12. oe_runmake 'DESTDIR=${D}' install
  13. }