Skip to content

Instantly share code, notes, and snippets.

@wrrn
Last active February 15, 2017 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wrrn/0a69fa93134d54dd717c062a6de32ea2 to your computer and use it in GitHub Desktop.
Save wrrn/0a69fa93134d54dd717c062a6de32ea2 to your computer and use it in GitHub Desktop.
libxl recipe
SUMMARY = "A C++ Excel Library to read/write xls/xlxs files"
DESCRIPTION = "A C++ Excel Library to read/write xls/xlxs files"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=2aee0be2678ee90fd327cc186826438e"
SRC_URI = "\
file://COPYING \
file://libxl.so \
"
S = "${WORKDIR}"
do_install() {
echo "${PN}"
echo "${PR}"
echo "PACKAGES = ${PACKAGES}"
echo "PROVIDES = ${PROVIDES}"
install -d "${D}${libdir}"
install "${WORKDIR}/libxl.so" "${D}${libdir}" -m 0644
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment