Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Created February 17, 2015 19:34
Show Gist options
  • Save arubdesu/94947997e94c7a3ae836 to your computer and use it in GitHub Desktop.
Save arubdesu/94947997e94c7a3ae836 to your computer and use it in GitHub Desktop.
LyncWebApp luggage makefile
USE_PKGBUILD=1
include /usr/local/share/luggage/luggage.make
TITLE=LyncWebAppPlugin
REVERSE_DOMAIN=org.your
PACKAGE_VERSION=15.8
PAYLOAD=prep-LWAplugin \
pack-LWAplugin
prep-LWAplugin: l_Library
@sudo mkdir -p ${WORK_D}/Library/Internet\ Plug-Ins
pack-LWAplugin:
@sudo ${CP} -R LWAPlugin15.*.bundle ${WORK_D}/Library/Internet\ Plug-Ins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment