Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-30 | abuild: set arch to noarch for -doc packages | Natanael Copa | 1 | -0/+1 | |
2010-12-30 | abuild: post check arch | Natanael Copa | 1 | -0/+16 | |
We check if noarch is properly set | |||||
2010-12-20 | abuild-keygen: implement -q for quiet mode | Natanael Copa | 1 | -15/+24 | |
2010-12-20 | abuild-keygen: implement -n for non-interactive mode | Natanael Copa | 1 | -11/+18 | |
2010-12-17 | abuild: improve output messages for dep tracing | Natanael Copa | 1 | -3/+3 | |
2010-12-15 | release 2.6v2.6 | Natanael Copa | 1 | -1/+1 | |
2010-12-15 | abuild: support arch=all | Natanael Copa | 1 | -1/+1 | |
2010-12-15 | abuild: look for so dependencies in RPATH too | Natanael Copa | 1 | -10/+47 | |
Some .so files have a rpath where to look for the needed .so. When tracing package dependencies we also have a look there. This should fix problem when the .so is not in standard location, /usr/lib or /lib. (for example freeradius plugins) While here we also reorganize things so we only call apk info --who-owns once for each package instead of once for each needed .so. This should speed up things when there are many needed .so files. | |||||
2010-12-14 | abuild: multiarch support | Natanael Copa | 1 | -0/+12 | |
- add arch to .PKGINFO - exit with success if package is not in arch | |||||
2010-12-13 | ap: fix usage. the -d option is mandatory now | Natanael Copa | 1 | -1/+1 | |
2010-12-13 | ap: bugfix in builddirs | Natanael Copa | 1 | -15/+14 | |
2010-12-13 | ap: initial implementation | Natanael Copa | 3 | -2/+259 | |
ap is a helper script to parse APKBUILD and calculate build time dependencies. | |||||
2010-12-13 | abuid: check that CARCH and CHOST is set | Natanael Copa | 1 | -1/+11 | |
2010-11-24 | abuild.conf: set CARCH and CBUILD | Natanael Copa | 1 | -3/+3 | |
2010-11-19 | added .gitignore | Natanael Copa | 1 | -0/+9 | |
2010-11-19 | Makefile: target for .gitignore | Natanael Copa | 1 | -0/+7 | |
2010-11-19 | abump: add usage and support for recursive abuild | Natanael Copa | 1 | -2/+23 | |
2010-11-19 | abump: install with make install | Natanael Copa | 2 | -1/+1 | |
2010-11-19 | newapkbuild: source PACKAGER from abuild.conf | Natanael Copa | 1 | -0/+7 | |
2010-11-19 | abuild.conf: add ARCH and minor cleanup | Natanael Copa | 1 | -6/+7 | |
2010-11-02 | buildrepo: fix previous commit | Natanael Copa | 1 | -1/+1 | |
2010-11-02 | buildrepo: do not error if there are no packages in repo | Natanael Copa | 1 | -1/+2 | |
2010-08-31 | abuild: automatically add libgcc to depends when libpthread is found | Natanael Copa | 1 | -1/+9 | |
see http://redmine.alpinelinux.org/issues/409 | |||||
2010-08-27 | abuild: support for alternative awks | Natanael Copa | 1 | -1/+1 | |
some awk's does not understand -F "\ " and treats that as special space | |||||
2010-08-12 | release 2.5v2.5 | Natanael Copa | 1 | -1/+1 | |
2010-08-12 | abuild: support for unpacking .tar.xz | Natanael Copa | 1 | -0/+3 | |
2010-07-20 | mkalpine: removed | Natanael Copa | 2 | -41/+1 | |
2010-07-07 | release 2.4v2.4 | Natanael Copa | 1 | -1/+1 | |
2010-07-07 | newapkbuild: minor bugfix in is_uri() | Natanael Copa | 1 | -0/+1 | |
2010-07-07 | abuild: include vapi and gir-* in -dev package | Natanael Copa | 1 | -0/+1 | |
2010-06-30 | abuild: detect and report conflicting dependencies properly | Natanael Copa | 1 | -3/+4 | |
2010-06-16 | newapkbuid: fix pkgver in source | Natanael Copa | 1 | -0/+1 | |
2010-05-29 | newapkbuild: support for creating new from http source | Natanael Copa | 1 | -1/+15 | |
newapkbuild http://example.com/path/foo-1.0.tar.gz will set pkgname=foo pkgver=1.0 source="http://example.com/path/foo-1.0.tar.gz" | |||||
2010-05-19 | release 2.3v2.3 | Natanael Copa | 1 | -1/+1 | |
2010-05-18 | abuild: move the .so symlinks to -dev packages | Natanael Copa | 1 | -1/+8 | |
Those are needed when linking to the lib and not during runtime. Having those in the -dev package makes it easier to allow different versions of same libs to be installed side-by-side. | |||||
2010-05-18 | abuild-tar: build with --as-needed so we dont link to libssl | Natanael Copa | 1 | -1/+5 | |
2010-05-18 | abuild: allow DISTFILES_MIRROR be a local path | Natanael Copa | 1 | -1/+5 | |
based on patch from Andrew Manison. Thanks! | |||||
2010-05-18 | abuild: support for -c and -m options to enable/disable colors | Natanael Copa | 1 | -6/+24 | |
and make sure those options are passed over when building recursively Based on patch from Andrew Manison. Thanks! | |||||
2010-05-06 | abuild: break circular deps when building recursively | Natanael Copa | 1 | -6/+12 | |
2010-05-06 | abuild: properly pass over args when building recursively | Natanael Copa | 1 | -16/+22 | |
2010-05-06 | abuild: properly add $BUILD_BASE to dependency chain | Natanael Copa | 1 | -3/+3 | |
We want build the toolchain and build tools first | |||||
2010-05-06 | abuild: bugfix for versioned dependencies | Natanael Copa | 1 | -5/+5 | |
we need strip all '<>=' chars not only last | |||||
2010-05-06 | abuild: only update abuildrepo index if needed | Natanael Copa | 1 | -5/+11 | |
speeds up abuild -R a bit | |||||
2010-05-06 | abuild: rename apkcache to abuildrepo | Natanael Copa | 2 | -16/+16 | |
To avoid confusing with the /etc/apk/cache | |||||
2010-05-04 | abuild: force pkgrel in APKBUILD | Natanael Copa | 1 | -1/+1 | |
its needed for bumping pkgrel with sed and similar | |||||
2010-05-04 | release 2.2v2.2 | Natanael Copa | 1 | -1/+1 | |
2010-05-04 | abuild: support for overriding apk binary | Natanael Copa | 1 | -14/+15 | |
so we can do: APK=apk.static abuild .... | |||||
2010-05-04 | abuild: fix for abuild -R | Natanael Copa | 1 | -2/+4 | |
we only enter dependencies dirs in same repo | |||||
2010-04-28 | abuild: support for building simple tar.gz files of target | Natanael Copa | 1 | -0/+6 | |
When building with crosscompile to bootstrap a new target it might be handy to not include the dependencies etc. | |||||
2010-04-19 | abuild: use fetch_uri_mirror when downloading sources | Natanael Copa | 1 | -1/+1 | |