librsync_2.0.2.bb 698 B

12345678910111213141516171819202122
  1. SUMMARY = "librsync is a library for calculating and applying network deltas, \
  2. with an interface designed to ease integration into diverse network applications."
  3. HOMEPAGE = "http://librsync.sourceforge.net"
  4. SECTION = "libs"
  5. LICENSE = "LGPLv2.1"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
  7. file://debian/copyright;md5=365dc7c8a0d1b88cfc01021bcc5d2a30"
  8. SRC_URI = "git://github.com/librsync/librsync.git;protocol=https"
  9. PV = "2.0.2+git${SRCPV}"
  10. SRCREV = "dfba8988ef12d6a2f96dc16e608923a9a5d6371d"
  11. S = "${WORKDIR}/git"
  12. DEPENDS = "bzip2 zlib"
  13. inherit cmake
  14. # Specify any options you want to pass to cmake using EXTRA_OECMAKE:
  15. EXTRA_OECMAKE = ""