source: trunk/macosx_install_kit/pkg.config.in @ 1822

Revision 1243, 504 bytes checked in by Freddie Akeroyd, 3 years ago (diff)

Add initial files to build mac pkg and dmg files
Thanks to Paul Kienzle for dmgpack.sh and makepkg.sh
Refs #175

Line 
1# This file contains definitions required to fill out the
2# Info.plist of the NeXus package.  It is sourced as part
3# of bin/makepkg.sh during build_mac_kit.sh
4PACKAGE="NeXus"
5BUNDLE="org.nexusformat.napi"
6COPYRIGHT="NeXus International Advisory Committee"
7YEAR="1999-`date +%Y`"
8AuthorizationAction="AdminAuthorization"
9InstallFat="true"
10BackgroundAlignment="bottomleft"
11
12# The following grabs VERSION=x.y and RELEASE=.z
13nx_version=@PACKAGE_VERSION@
14RELEASE=.${nx_version#*.*.}
15VERSION=${nx_version%.*}
Note: See TracBrowser for help on using the repository browser.