[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MacOS App Bundle for pspp
From: |
Jeremy Lavergne |
Subject: |
Re: MacOS App Bundle for pspp |
Date: |
Fri, 20 May 2016 03:23:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 |
I made use of the pre-pkg phase to copy the postinstall script into the
package.
There are other ports that also do this, like rkward and MacPorts itself.
On 05/19/2016 03:25 AM, Friedrich Beckmann wrote:
> Hi Jeremy,
>
> i followed the instructions here
>
> 3.4.2. Binary Packages
> <https://guide.macports.org/chunked/using.binaries.html#using.binaries.binary-packages>
>
> to build a binary package for pspp on MacOS. I made a separate /opt/pspp
> macports install for this purpose. I can build the dmg, but I think it
> misses the files
> which are generated in the postinstall steps of the packages. For example
> the icon caches are not generated. Could you give me a hint how you do this?
>
> I also looked at inkscape way to do it, but they seem to script quite a
> lot to produce
> an app bundle.