- May 04, 2010
-
-
Natanael Copa authored
its needed for bumping pkgrel with sed and similar
-
Natanael Copa authored
-
Natanael Copa authored
so we can do: APK=apk.static abuild ....
-
Natanael Copa authored
we only enter dependencies dirs in same repo
-
- Apr 28, 2010
-
-
Natanael Copa authored
When building with crosscompile to bootstrap a new target it might be handy to not include the dependencies etc.
-
- Apr 19, 2010
-
-
Natanael Copa authored
-
- Apr 15, 2010
-
-
Natanael Copa authored
not used anymore
-
Natanael Copa authored
This avoids confusion when abuild picks dependencies from testing when building main.
-
Natanael Copa authored
-
- Apr 06, 2010
-
-
Natanael Copa authored
-
- Mar 02, 2010
-
-
Natanael Copa authored
-
- Feb 15, 2010
-
-
Natanael Copa authored
-
- Feb 03, 2010
-
-
Natanael Copa authored
basically remove dev packages
-
- Jan 07, 2010
-
-
Natanael Copa authored
makes it easier to support parallel builds on non gnu make system
-
- Dec 30, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- Dec 16, 2009
-
-
Natanael Copa authored
This option is normally used for bootstrapping a build env. Chances are big that apk-tools is not around.
-
- Nov 24, 2009
-
-
Natanael Copa authored
to make life easier for volatile packages
-
- Nov 06, 2009
-
-
Natanael Copa authored
-
- Nov 02, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 30, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 27, 2009
-
-
Natanael Copa authored
This commit seems to kill the entire repository This reverts commit 46aed957.
-
- Oct 26, 2009
-
-
Natanael Copa authored
-
- Oct 25, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
-
- Oct 24, 2009
-
-
Natanael Copa authored
override with -F
-
Natanael Copa authored
-
Natanael Copa authored
We also make sure we source the APKBUILD when we are in the directory holding the APKBUILD file. Some of the packages sources others with relative references. (for example kernel 3rd party packages)
-
Natanael Copa authored
-
Natanael Copa authored
try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.
-
Natanael Copa authored
-
- Oct 23, 2009
-
-
Natanael Copa authored
-
Natanael Copa authored
prepare is run before build(). this allows uses to do patching before configuring and building in a separate step.
-
Natanael Copa authored
-
Natanael Copa authored
fakeroot seems do some kind of locking which kills performance on multicores processors. We can run "make" and "make install" in 2 steps with only hte latter in fakeroot.
-
- Oct 21, 2009
-
-
Natanael Copa authored
-