summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* APKBUILD.proto: minor fixesNatanael Copa2009-01-201-3/+8
|
* Makefile: install abuild.conf if DESTDIR is setNatanael Copa2009-01-191-1/+1
|
* release 1.4.1v1.4.1Natanael Copa2009-01-181-1/+1
|
* abuild: apk add support -u againNatanael Copa2009-01-181-1/+1
|
* abuild: allow help (-h) even if there is no APKBUILDNatanael Copa2009-01-171-6/+5
|
* release 1.4v1.4Natanael Copa2009-01-171-1/+1
|
* buildrepo: added -r option to specify dependency reposNatanael Copa2009-01-171-3/+12
| | | | | the dependency repo tells apk index that dependencies are found in another repository.
* abuild: abort build if md5 check failsNatanael Copa2009-01-171-2/+2
|
* abuild: use new apk-tools (2.x)v1.3Natanael Copa2009-01-151-5/+5
|
* add a .devbuildrc for abuild subproject itselfNatanael Copa2009-01-151-0/+2
| | | | now its possible to build alpine iso with uncommitted developer abuild apk.
* devbuild: use .devbuildrc rather than devbuild.confNatanael Copa2009-01-151-3/+3
|
* devbuild: new helper script, fix makefileNatanael Copa2009-01-152-6/+71
| | | | | | | 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
* alpine.mk: make cleanNatanael Copa2009-01-151-2/+4
|
* initramfs-init: use new apk option --initdbNatanael Copa2009-01-151-2/+2
|
* rename mkiso to mkalpineNatanael Copa2009-01-152-3/+9
| | | | this is just a wrapper script. the real stuff happens in alpine.mk
* initramfs-init: extract apkovlNatanael Copa2009-01-133-71/+53
| | | | also link mkiso to use the makefile
* abuild: consider all subdirs named 'include' belong to -devNatanael Copa2009-01-111-3/+5
|
* abuild: version 1.2v1.2Natanael Copa2009-01-091-1/+1
|
* abuild: fix bug in dev()Natanael Copa2009-01-091-0/+1
|
* abuild: unpack does md5check. we dont need do it twiceNatanael Copa2009-01-081-1/+1
|
* initramfs: some spell checking on init scriptTimo Teras2009-01-081-2/+2
|
* initramfs: use apk's progress bar featureTimo Teras2009-01-081-1/+1
|
* abuild: strip files in all subdirsNatanael Copa2009-01-071-2/+2
|
* Makefile: do not overwrite abuild.conf if it existNatanael Copa2009-01-071-1/+3
|
* make.alpine: makefile to build alpine isoTimo Teras2009-01-072-0/+320
| | | | | tries to get correct dependencies for modloop, initramfs and iso so minimum amount of work is required for rebuild.
* abuild: consider all .a .c .h .o files as dev filesNatanael Copa2009-01-071-3/+2
| | | | Also any /usr/share/gettext dir.
* abuild: added -p/-s option to override PKGDEST/SRCDESTNatanael Copa2009-01-071-6/+10
|
* Revert "abuild: try break circular dependencies"Natanael Copa2009-01-071-5/+0
| | | | This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598.
* APKBUILD.proto: use sourceforge as example for sourceNatanael Copa2009-01-071-1/+1
|
* abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev()Natanael Copa2009-01-071-3/+3
|
* abuild: version 1.1.1v1.1.1Natanael Copa2009-01-061-1/+1
|
* buildrepo: fixed evil bugNatanael Copa2009-01-061-2/+0
|
* buildrepo: new filev1.1Natanael Copa2009-01-061-0/+80
|
* abuild: version 1.1Natanael Copa2009-01-061-1/+1
|
* abuild: read version from abuild. install buildrepoNatanael Copa2009-01-061-3/+3
|
* abuild: -k option for keeping built packagesNatanael Copa2009-01-061-2/+8
|
* mkiso: check timestamps on initramfs and modloopNatanael Copa2009-01-061-4/+19
| | | | this avoids rebuilding those unless its needed
* version 1.0v1.0Natanael Copa2009-01-051-1/+1
|
* abuild: try break circular dependenciesNatanael Copa2009-01-051-0/+5
|
* abuild: do ont compress info and manpagesNatanael Copa2009-01-051-3/+3
| | | | it was a bad idea since it messes up symlinks
* abuild: reworked dependency handlingNatanael Copa2009-01-041-33/+91
| | | | | | | | | | | - 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
* abuild: move functions to a shared libNatanael Copa2009-01-033-35/+52
|
* abuild: implemented listpkg and cleanoldpkgNatanael Copa2009-01-031-0/+23
|
* mkinitram: sata needs acpi module dock.koNatanael Copa2009-01-021-1/+1
|
* mkiso: misc boot fixesNatanael Copa2009-01-021-3/+3
| | | | | | - set boot prompt timeout to 2 sec - remove unused boot parameter - move test.gz to /boot subdir
* mkmodloop: no firmware. fix path in imageNatanael Copa2009-01-021-4/+2
|
* mk*: build and include modloopNatanael Copa2009-01-023-16/+84
| | | | | try also mount modloop during boot and run a second pass hardware detect.
* autodetect hardware at boot. quiet kernelNatanael Copa2009-01-022-3/+15
|
* added scripts to make alpine bootableNatanael Copa2009-01-023-0/+101
| | | | those should probably go to a separate package but I put them here for now
* usr/bin/*-config belongs into -dev packagesNatanael Copa2008-12-011-2/+5
|