Alpine build tools
Go to file
Natanael Copa 0f27ed17ab abuild: fix for apk-tools-2.0.x
apk-tools-2.0's apk index will not show the arch so we need to use
tar to find arch if we have old apk. We prefer use apk index since
it will only read first block of file, regardless size, while tar
will read entire file. Reading entire file is slow if file is big.

So we check apk --version and use tar if needed, and apk index if
possible.
2011-03-30 14:20:15 +00:00
.devbuildrc add a .devbuildrc for abuild subproject itself 2009-01-15 16:11:19 +00:00
.gitignore have git to ignore apkgrel 2010-12-30 14:25:29 +00:00
APKBUILD-svn.proto added APKBUILD-svn.proto 2008-11-28 07:58:52 +00:00
Makefile release 2.8.1 2011-03-30 13:55:38 +00:00
TODO abuild: improve sanitycheck 2009-02-08 21:02:22 +00:00
abuild-keygen.in abuild-keygen: implement -q for quiet mode 2010-12-20 13:33:45 +00:00
abuild-sign.in abuild-sign: remove temp signature 2009-11-02 18:33:30 +00:00
abuild-tar.c Revert "abuild-tar: embed checksum for symlinks" 2009-08-17 12:07:00 +00:00
abuild.conf Add hints on CARCH/CBUILD for x86_64 and powerpc. 2011-02-09 16:36:19 -06:00
abuild.in abuild: fix for apk-tools-2.0.x 2011-03-30 14:20:15 +00:00
abump.in abump: add usage and support for recursive abuild 2010-11-19 10:25:15 +00:00
alpine.mk alpine.mk: change arch to x86. remove .SIGN in repo 2009-10-21 14:17:00 +00:00
alpine.packages alpine.packages: added igmpproxy 2010-02-15 18:07:21 +00:00
ap.in ap: let builddirs use aports.recurs_until() 2011-03-30 11:40:47 +00:00
apkgrel.in apkgrel: new tool for bumping pkgrel 2010-12-30 14:21:49 +00:00
aports.lua ap/aports.lua: implement recurse_until 2011-03-30 13:11:13 +02:00
bootchartd initramfs: process accounting & misc fixes 2009-03-03 19:43:26 +02:00
buildlab.in buildlab: implement updating of buildroots. 2011-01-24 21:06:04 -06:00
buildrepo.in buildrepo: fix previous commit 2010-11-02 09:39:34 +00:00
cmp-apks-iso cmp-apks-iso: fix spell error that have been around for ages 2009-08-14 05:56:34 +00:00
devbuild.in use .in files for scripts 2009-05-08 13:33:34 +00:00
functions.sh abuild: style fixes 2009-01-26 13:32:44 +00:00
initramfs-init initram: unpack apkovl with --numeric-owner 2009-04-16 06:30:11 +00:00
mkinitram mkinitram: sata needs acpi module dock.ko 2009-01-02 16:00:27 +00:00
mkmodloop mkmodloop: no firmware. fix path in image 2009-01-02 13:30:48 +00:00
newapkbuild.in newapkbuild: assume perl package if package name starts with perl- 2011-03-17 10:51:07 +00:00
sample.APKBUILD sample.APKBUILD: update with arch and depends_dev 2010-12-30 14:24:17 +00:00
sample.confd sample: use lowercase in init.d/conf.d sample files 2009-12-30 08:55:33 +00:00
sample.initd sample: use lowercase in init.d/conf.d sample files 2009-12-30 08:55:33 +00:00
sample.post-install abuild: fixes for new install scripts 2009-03-06 17:51:53 +00:00
sample.pre-install abuild: fixes for new install scripts 2009-03-06 17:51:53 +00:00