Natanael Copa
c18022931d
Makefile: install abuild.conf if DESTDIR is set
2009-01-19 09:19:20 +00:00
Natanael Copa
9f8e91d57b
release 1.4.1
2009-01-18 15:05:21 +00:00
Natanael Copa
469933e553
abuild: apk add support -u again
2009-01-18 15:04:38 +00:00
Natanael Copa
469786dd75
abuild: allow help (-h) even if there is no APKBUILD
2009-01-17 10:35:54 +00:00
Natanael Copa
7534b15bb3
release 1.4
2009-01-17 10:03:15 +00:00
Natanael Copa
8eb498e039
buildrepo: added -r option to specify dependency repos
...
the dependency repo tells apk index that dependencies are found
in another repository.
2009-01-17 10:00:55 +00:00
Natanael Copa
1a28d3898b
abuild: abort build if md5 check fails
2009-01-17 09:58:50 +00:00
Natanael Copa
a457f7241c
abuild: use new apk-tools (2.x)
2009-01-15 16:40:43 +00:00
Natanael Copa
d992b4aee5
add a .devbuildrc for abuild subproject itself
...
now its possible to build alpine iso with uncommitted developer abuild apk.
2009-01-15 16:11:19 +00:00
Natanael Copa
a43aa87150
devbuild: use .devbuildrc rather than devbuild.conf
2009-01-15 16:09:38 +00:00
Natanael Copa
5baad961c6
devbuild: new helper script, fix makefile
...
This script helps developers who works on the alpine subprojects (i.e
apk-tools, alpine-baselayout etc) to build a development alpine iso.
a new alpine iso using the un-committed local sub
2009-01-15 15:48:16 +00:00
Natanael Copa
4a54e80e3b
alpine.mk: make clean
2009-01-15 15:47:26 +00:00
Natanael Copa
7058a53837
initramfs-init: use new apk option --initdb
2009-01-15 15:46:24 +00:00
Natanael Copa
204df011a7
rename mkiso to mkalpine
...
this is just a wrapper script. the real stuff happens in alpine.mk
2009-01-15 15:45:38 +00:00
Natanael Copa
5be335ccdf
initramfs-init: extract apkovl
...
also link mkiso to use the makefile
2009-01-13 17:16:45 +00:00
Natanael Copa
e81ebe1981
abuild: consider all subdirs named 'include' belong to -dev
2009-01-11 22:10:56 +00:00
Natanael Copa
3a201f6600
abuild: version 1.2
2009-01-09 21:09:57 +00:00
Natanael Copa
95774a8f82
abuild: fix bug in dev()
2009-01-09 21:03:15 +00:00
Natanael Copa
f12ff8cee1
abuild: unpack does md5check. we dont need do it twice
2009-01-08 14:49:00 +00:00
Timo Teras
cbd3adf0f6
initramfs: some spell checking on init script
2009-01-08 09:07:50 +02:00
Timo Teras
38ee0b183d
initramfs: use apk's progress bar feature
2009-01-08 09:07:50 +02:00
Natanael Copa
ebf5d7c6d7
abuild: strip files in all subdirs
2009-01-07 19:13:03 +00:00
Natanael Copa
e04a69e213
Makefile: do not overwrite abuild.conf if it exist
2009-01-07 18:29:19 +00:00
Timo Teras
576541e3f2
make.alpine: makefile to build alpine iso
...
tries to get correct dependencies for modloop, initramfs and iso
so minimum amount of work is required for rebuild.
2009-01-07 15:55:26 +02:00
Natanael Copa
0b2f41e9d9
abuild: consider all .a .c .h .o files as dev files
...
Also any /usr/share/gettext dir.
2009-01-07 13:02:44 +00:00
Natanael Copa
162f34d0da
abuild: added -p/-s option to override PKGDEST/SRCDEST
2009-01-07 10:46:26 +00:00
Natanael Copa
40f8a48bc6
Revert "abuild: try break circular dependencies"
...
This reverts commit b27a6f4710
.
2009-01-07 10:02:06 +00:00
Natanael Copa
e4d3099995
APKBUILD.proto: use sourceforge as example for source
2009-01-07 08:46:40 +00:00
Natanael Copa
0c9cb860be
abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev()
2009-01-07 07:44:15 +00:00
Natanael Copa
b446f1bda7
abuild: version 1.1.1
2009-01-06 15:52:18 +00:00
Natanael Copa
a884543f0e
buildrepo: fixed evil bug
2009-01-06 15:51:50 +00:00
Natanael Copa
a73568f5ff
buildrepo: new file
2009-01-06 15:43:53 +00:00
Natanael Copa
ff55ae9e1c
abuild: version 1.1
2009-01-06 15:42:35 +00:00
Natanael Copa
ff1781c349
abuild: read version from abuild. install buildrepo
2009-01-06 15:40:21 +00:00
Natanael Copa
22cf700b49
abuild: -k option for keeping built packages
2009-01-06 14:52:47 +00:00
Natanael Copa
2d0758cfdf
mkiso: check timestamps on initramfs and modloop
...
this avoids rebuilding those unless its needed
2009-01-06 08:57:25 +00:00
Natanael Copa
03f985441c
version 1.0
2009-01-05 15:33:29 +00:00
Natanael Copa
b27a6f4710
abuild: try break circular dependencies
2009-01-05 15:32:26 +00:00
Natanael Copa
1430275df6
abuild: do ont compress info and manpages
...
it was a bad idea since it messes up symlinks
2009-01-05 12:43:56 +00:00
Natanael Copa
014754b3c2
abuild: reworked dependency handling
...
- Added option -i, to install a given build target after successful build.
- Parse all APKBUILDs and use awk to calculate a dependency graph. Then
build the package and use -i to install the needed dependency.
- Uninstall all build dependencies after package is built (unless -i given)
- Automatically add binutils gcc make patch uclibc-dev as deps
2009-01-04 13:38:45 +00:00
Natanael Copa
e48c520d54
abuild: move functions to a shared lib
2009-01-03 10:05:12 +00:00
Natanael Copa
395a795126
abuild: implemented listpkg and cleanoldpkg
2009-01-03 09:04:15 +00:00
Natanael Copa
5b752e9884
mkinitram: sata needs acpi module dock.ko
2009-01-02 16:00:27 +00:00
Natanael Copa
a33d97f9c7
mkiso: misc boot fixes
...
- set boot prompt timeout to 2 sec
- remove unused boot parameter
- move test.gz to /boot subdir
2009-01-02 13:31:51 +00:00
Natanael Copa
4db92fc982
mkmodloop: no firmware. fix path in image
2009-01-02 13:30:48 +00:00
Natanael Copa
29c9030dcd
mk*: build and include modloop
...
try also mount modloop during boot and run a second pass hardware
detect.
2009-01-02 12:04:35 +00:00
Natanael Copa
ebfe2cf1a7
autodetect hardware at boot. quiet kernel
2009-01-02 09:23:32 +00:00
Natanael Copa
7921216ba4
added scripts to make alpine bootable
...
those should probably go to a separate package but I put them here for now
2009-01-02 07:40:21 +00:00
Natanael Copa
bbcaa47c84
usr/bin/*-config belongs into -dev packages
2008-12-01 22:04:39 +00:00
Natanael Copa
958b599057
added APKBUILD-svn.proto
2008-11-28 07:58:52 +00:00