| 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 |
|---|
| 4 | PACKAGE="NeXus" |
|---|
| 5 | BUNDLE="org.nexusformat.napi" |
|---|
| 6 | COPYRIGHT="NeXus International Advisory Committee" |
|---|
| 7 | YEAR="1999-`date +%Y`" |
|---|
| 8 | AuthorizationAction="AdminAuthorization" |
|---|
| 9 | InstallFat="true" |
|---|
| 10 | BackgroundAlignment="bottomleft" |
|---|
| 11 | |
|---|
| 12 | # The following grabs VERSION=x.y and RELEASE=.z |
|---|
| 13 | nx_version=@PACKAGE_VERSION@ |
|---|
| 14 | RELEASE=.${nx_version#*.*.} |
|---|
| 15 | VERSION=${nx_version%.*} |
|---|
Note: See
TracBrowser
for help on using the repository browser.