- 30 Dec, 2010 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
We check if noarch is properly set
-
- 17 Dec, 2010 1 commit
-
-
Natanael Copa authored
-
- 15 Dec, 2010 2 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
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.
-
- 14 Dec, 2010 1 commit
-
-
Natanael Copa authored
- add arch to .PKGINFO - exit with success if package is not in arch
-
- 13 Dec, 2010 1 commit
-
-
Natanael Copa authored
-
- 31 Aug, 2010 1 commit
-
-
Natanael Copa authored
see http://redmine.alpinelinux.org/issues/409
-
- 27 Aug, 2010 1 commit
-
-
Natanael Copa authored
some awk's does not understand -F "\ " and treats that as special space
-
- 12 Aug, 2010 1 commit
-
-
Natanael Copa authored
-
- 07 Jul, 2010 1 commit
-
-
Natanael Copa authored
-
- 30 Jun, 2010 1 commit
-
-
Natanael Copa authored
-
- 18 May, 2010 3 commits
-
-
Natanael Copa authored
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.
-
Natanael Copa authored
based on patch from Andrew Manison. Thanks!
-
Natanael Copa authored
and make sure those options are passed over when building recursively Based on patch from Andrew Manison. Thanks!
-
- 06 May, 2010 6 commits
-
-
Natanael Copa authored
-
Natanael Copa authored
-
Natanael Copa authored
We want build the toolchain and build tools first
-
Natanael Copa authored
we need strip all '<>=' chars not only last
-
Natanael Copa authored
speeds up abuild -R a bit
-
Natanael Copa authored
To avoid confusing with the /etc/apk/cache
-
- 04 May, 2010 3 commits
-
-
Natanael Copa authored
its needed for bumping pkgrel with sed and similar
-
Natanael Copa authored
so we can do: APK=apk.static abuild ....
-
Natanael Copa authored
we only enter dependencies dirs in same repo
-
- 28 Apr, 2010 1 commit
-
-
Natanael Copa authored
When building with crosscompile to bootstrap a new target it might be handy to not include the dependencies etc.
-
- 19 Apr, 2010 1 commit
-
-
Natanael Copa authored
-
- 15 Apr, 2010 2 commits
-
-
Natanael Copa authored
This avoids confusion when abuild picks dependencies from testing when building main.
-
Natanael Copa authored
-
- 02 Mar, 2010 1 commit
-
-
Natanael Copa authored
-
- 16 Dec, 2009 1 commit
-
-
Natanael Copa authored
This option is normally used for bootstrapping a build env. Chances are big that apk-tools is not around.
-
- 24 Nov, 2009 1 commit
-
-
Natanael Copa authored
to make life easier for volatile packages
-
- 06 Nov, 2009 1 commit
-
-
Natanael Copa authored
-
- 02 Nov, 2009 1 commit
-
-
Natanael Copa authored
-
- 24 Oct, 2009 6 commits
-
-
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
-
- 23 Oct, 2009 1 commit
-
-
Natanael Copa authored
prepare is run before build(). this allows uses to do patching before configuring and building in a separate step.
-