summaryrefslogtreecommitdiff
path: root/abuild.in
AgeCommit message (Collapse)AuthorFilesLines
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
2009-06-03abuild: up2date handle apkcache properlyNatanael Copa1-8/+26
abuild will not consider package up2date unless apk cache is up2date
2009-06-03abuild: warn if g++ is in makedepends. fix for dynamic depsNatanael Copa1-2/+4
2009-06-03abuild: fix for detecting self-provided dependenciesNatanael Copa1-1/+1
2009-06-03abuild: bugfix: find deps in subpackages and fail if deps not foundNatanael Copa1-12/+11
2009-06-03abuild: initial support for autodetection of dependenciesNatanael Copa1-1/+53
2009-06-03abuild: rename abuildrepo to apkcacheNatanael Copa1-16/+16
2009-06-03abuild: add configurable apk cacheNatanael Copa1-1/+1
2009-06-03abuild: use build-base meta package as hard makedependsNatanael Copa1-1/+1
2009-06-03abuild: pull in makedepends by using virtual packages in abuildrepoNatanael Copa1-10/+14
Basicly, let apk-tools deal with the dependencies rather than let abuild do it
2009-05-14abuild: use apk index -d to update the abuildrepo indexNatanael Copa1-10/+34
2009-05-08abuild: create symlink to package in tmprepoNatanael Copa1-4/+19
The tmprepo is a temporary repository used by abuild to handle the dependencies of the newly built packages.
2009-05-08abuild: rename pkgdirbase to pkgbasedirNatanael Copa1-5/+5
2009-05-08abuild: create .provides-so file in package dirNatanael Copa1-1/+3
This will later be used to figure out the dynamic dependencies.
2009-05-08abuild: prepare pkg dirs/meta files and create packages separately. ↵Natanael Copa1-14/+34
Dependency speedup. Run all subpackage functions and prepare the dirs first and create the package itself later on. This will make it possible to automatically trace the dependencies. Also, speed up the detection of which makedeps are installed and which needs to be built/installed. this requires apk-tools_pre11.
2009-05-08use .in files for scriptsNatanael Copa1-0/+849