Abuild and Helpers

From Alpine Linux
Revision as of 06:23, 24 June 2011 by Fab (talk | contribs) (→‎Introduction: link updated)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

The abuild tree is a directory tree with scripts, example-files, makefiles, and other things that you need when creating packages.

File descriptions

abuild

alpine.mk

alpine.mk is used when creating a Alpine Linux iso image or tar.gz.

Fetch latest abuild

While inside your build environment you need to have the set of scripts/makefiles/etc.

Note: You only need to do these 2 steps once! Next time you can skip this part.

apk add alpine-sdk cd ~ git clone git://dev.alpinelinux.org/abuild

When the above is done you might be interested in fetching the latest updates.

cd ~ git pull