]> git.ipfire.org Git - thirdparty/lldpd.git/commit
osx: add a target to build an OSX package
authorVincent Bernat <bernat@luffy.cx>
Sun, 23 Jun 2013 21:26:05 +0000 (23:26 +0200)
committerVincent Bernat <bernat@luffy.cx>
Mon, 24 Jun 2013 17:45:56 +0000 (19:45 +0200)
commitb708297cbab99c3e577bcac7d3cd620fc6777419
tree4ad780cc3e737a35e6edecef1f9e3e9727822f32
parentabacd8d20f8c06009211d29ee3f8c79d7e52e933
osx: add a target to build an OSX package

We use pkgbuild and productbuild (which seem to have superseded
PackageMaker). Those tools are shipped from OSX 10.6.6. There are only
a few examples of how to use those tools with daemons. You may also
look at Jenkins or ngircd.

See `README.md` for more information on how to invoke the build of a
package.
12 files changed:
.gitignore
Makefile.am
NEWS
README.md
configure.ac
osx/Makefile.am [new file with mode: 0644]
osx/distribution.xml.in [new file with mode: 0644]
osx/im.bernat.lldpd.plist.in [new file with mode: 0644]
osx/resources/Welcome.rtf [new file with mode: 0644]
osx/resources/license.txt [new file with mode: 0644]
osx/scripts/postinstall.in [new file with mode: 0755]
osx/scripts/preinstall.in [new file with mode: 0755]