Message192462
| Author |
ronaldoussoren |
| Recipients |
flox, jcea, ned.deily, ronaldoussoren |
| Date |
2013年07月06日.16:34:33 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1373128474.28.0.520571565871.issue15661@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I just created a very crude package with the "new" tools.
$ pkgbuild --analyze --root /tmp/_py/_root pkgbuild.plist
...
$ pkgbuild --root /tmp/_py/_root --identifier org.python.python34 --component-plist pkgbuild.plist pythoninstall.pkg
pkgbuild: Reading components from pkgbuild.plist
pkgbuild: Adding component at Library/Frameworks/Python.framework/Versions/3.4
pkgbuild: Adding component at Applications/Python 3.4/IDLE.app
pkgbuild: Adding component at Applications/Python 3.4/Python Launcher.app
pkgbuild: Adding component at Library/Frameworks/Python.framework/Versions/3.4/Resources/Python.app
pkgbuild: Wrote package to pythoninstall.pkg
That package can then be opened using installer.app, but isn't usable as it.
!) There are no pre/post scripts
2) User cannot select components
3) There is no README, License, custom logo, ...
4) I'm pretty sure this doesn't install the documentation
It might be possible to add all missing features using pkgbuild and productbuild, but I'm not sure about that. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年07月06日 16:34:34 | ronaldoussoren | set | recipients:
+ ronaldoussoren, jcea, ned.deily, flox |
| 2013年07月06日 16:34:34 | ronaldoussoren | set | messageid: <1373128474.28.0.520571565871.issue15661@psf.upfronthosting.co.za> |
| 2013年07月06日 16:34:34 | ronaldoussoren | link | issue15661 messages |
| 2013年07月06日 16:34:33 | ronaldoussoren | create |
|