~alpine/devel

[alpine-devel] heads up: new format for install script

Details
Message ID
<1236350288.1916.339.camel@nc>
Sender timestamp
1236350288
DKIM signature
missing
Download raw message
last version of apk tools adds support for splitted installscripts, just
like in the old 1.7.x days.

We will use a separete script for each event. If you want something to
happen before install you create a file named $pkgname.pre-install and
if you want something to happen after you call it $pkgname.post-install.
then you add all the scripts into the install variable:

install="$pkgname.pre-install $pkgname.post-install"

I have also fixed abuild so the installscript does not get included in
-dev and -doc packages as it does right now.

I will start adjust the aports now so you might need upgrade to latest
apk-tools and abuild it you want compile those after I commit them.

Thanks!

-nc



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)