summaryrefslogtreecommitdiff
path: root/abuild.in
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18abuild: support for -c and -m options to enable/disable colorsNatanael Copa1-6/+24
and make sure those options are passed over when building recursively Based on patch from Andrew Manison. Thanks!
2010-05-06abuild: break circular deps when building recursivelyNatanael Copa1-6/+12
2010-05-06abuild: properly pass over args when building recursivelyNatanael Copa1-16/+22
2010-05-06abuild: properly add $BUILD_BASE to dependency chainNatanael Copa1-3/+3
We want build the toolchain and build tools first
2010-05-06abuild: bugfix for versioned dependenciesNatanael Copa1-5/+5
we need strip all '<>=' chars not only last
2010-05-06abuild: only update abuildrepo index if neededNatanael Copa1-5/+11
speeds up abuild -R a bit
2010-05-06abuild: rename apkcache to abuildrepoNatanael Copa1-14/+14
To avoid confusing with the /etc/apk/cache
2010-05-04abuild: force pkgrel in APKBUILDNatanael Copa1-1/+1
its needed for bumping pkgrel with sed and similar
2010-05-04abuild: support for overriding apk binaryNatanael Copa1-14/+15
so we can do: APK=apk.static abuild ....
2010-05-04abuild: fix for abuild -RNatanael Copa1-2/+4
we only enter dependencies dirs in same repo
2010-04-28abuild: support for building simple tar.gz files of targetNatanael Copa1-0/+6
When building with crosscompile to bootstrap a new target it might be handy to not include the dependencies etc.
2010-04-19abuild: use fetch_uri_mirror when downloading sourcesNatanael Copa1-1/+1
2010-04-15abuild: only trace dependencies from current repoNatanael Copa1-2/+2
This avoids confusion when abuild picks dependencies from testing when building main.
2010-04-15abuild: download from DISTFILES_MIRROR first if setNatanael Copa1-2/+11
2010-03-02abuild: wait 30 seconds for apk lockfile. improve error reportingNatanael Copa1-2/+10
2009-12-16abuild: dont check version number if nodeps is specifiedNatanael Copa1-1/+1
This option is normally used for bootstrapping a build env. Chances are big that apk-tools is not around.
2009-11-24abuild: implement getpkgver, default_fetch and default_unpackNatanael Copa1-4/+28
to make life easier for volatile packages
2009-11-06abuild: use pax-utils's scanelf to find binaries to stripNatanael Copa1-10/+3
2009-11-02abuild: fix detection of pkgconfig dependencyNatanael Copa1-6/+6
2009-10-24abuild: exit with error if run as rootNatanael Copa1-1/+10
override with -F
2009-10-24abuild: make it possible override fakerootNatanael Copa1-4/+6
2009-10-24abuild: fix so APKBUILD env var works properlyNatanael Copa1-13/+20
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)
2009-10-24abuild: minor bugfix: define $programNatanael Copa1-3/+4
2009-10-24newapkbuild: move code from abuild to new scriptNatanael Copa1-46/+4
try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.
2009-10-24abuild: minor cleanupNatanael Copa1-5/+1
2009-10-23abuild: implement prepare()Natanael Copa1-1/+5
prepare is run before build(). this allows uses to do patching before configuring and building in a separate step.
2009-10-23abuild: bugfix. allow apkbiudls without build()Natanael Copa1-2/+2
2009-10-23abuild: dont run build() in fakeroot if package() existNatanael Copa1-1/+12
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.
2009-09-03abuild: include repo description and version in temp apk cacheNatanael Copa1-1/+3
2009-08-31abuild: strip versions from dependencies when building recursivelyNatanael Copa1-1/+5
2009-08-21abuild: allow pkgver=volatileNatanael Copa1-2/+4
2009-08-21abuild: implement pkgusers/pkggroupsNatanael Copa1-3/+21
2009-08-17abuild: no missing dependencies might happenNatanael Copa1-1/+1
2009-08-17abuild: the -dev pckages should depend on all subpackagesNatanael Copa1-0/+6
2009-08-14abuild: implement triggersNatanael Copa1-7/+27
and install scripts should not be in $source
2009-08-10abuild, alpine.mk: use --repository instead of --repoNatanael Copa1-4/+4
2009-08-05abuild: initial support for versioned dependenciesNatanael Copa1-10/+23
2009-08-03abuild: implement -d for disable dependency checkingNatanael Copa1-1/+4
This is needed when bootstrapping the system.
2009-07-29abuild: fix for dynamic dependency detectionNatanael Copa1-1/+1
2009-07-27abuild: make index readableNatanael Copa1-0/+1
2009-07-24abuild: minor bugfixNatanael Copa1-1/+2
2009-07-24abuild: add pkgconfig to depends if needed. misc fixesNatanael Copa1-1/+19
2009-07-23abuild: use APKINDEX.tar.gz rather than APK_INDEX.gzNatanael Copa1-1/+2
2009-07-23abuild: remove broken links in abuild temp repo. sign the control.tar.gzNatanael Copa1-5/+11
2009-07-23abuild: sign index with abuild-signNatanael Copa1-2/+12
2009-07-20abuild: initial support for new apk formatNatanael Copa1-44/+39
2009-07-20core/abuild: fix options order to apk addNatanael Copa1-1/+1
2009-07-13abuild: upgrade dependencies when building recursiveNatanael Copa1-2/+2
2009-06-09abuild: use apk version --check to verify the pkgverNatanael Copa1-2/+2
2009-06-04abuild: force single space be separator when parsing scanelf outputNatanael Copa1-1/+1
otherwise will awk not detect empty fields