summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* added APKBUILD-svn.protoNatanael Copa2008-11-281-0/+46
|
* release 0.9v0.9Natanael Copa2008-11-271-1/+1
|
* remove -fPIC from CFLAGS. added comments for SRC/PKGDESTNatanael Copa2008-11-271-1/+8
|
* automatically md5check and fetchNatanael Copa2008-11-271-0/+2
|
* strip binaries before creating packageNatanael Copa2008-11-251-0/+17
|
* implement is_remote(). fix up2date to deal with $SRCDEST properly.Natanael Copa2008-11-251-16/+25
|
* mention -u option for mising dep error messageNatanael Copa2008-11-251-1/+1
|
* just moved the checksum funcNatanael Copa2008-11-251-10/+10
|
* use abuild_ver instead of myver to avoid clashes in APKBUILDsNatanael Copa2008-11-251-3/+3
|
* bugfix release 0.8.2v0.8.2Natanael Copa2008-11-231-1/+1
|
* run md5sum creation from $srcdir rather than $SRCDESTNatanael Copa2008-11-231-1/+1
|
* fix bug in doc()Natanael Copa2008-11-231-1/+1
|
* release 0.8.1v0.8.1Natanael Copa2008-11-141-1/+1
|
* dont depend on man for nowNatanael Copa2008-11-141-1/+1
|
* version 0.8v0.8Natanael Copa2008-11-141-1/+1
|
* do not include :func in subpackage nameNatanael Copa2008-11-141-1/+1
|
* fix bug in abuild cleanpkg. set default CHOSTNatanael Copa2008-11-132-2/+4
|
* let doc split func remove /usr/share/info/dirNatanael Copa2008-11-131-0/+6
| | | | and compress man and info files
* support for unpacking *.tar.lzma filesNatanael Copa2008-11-111-0/+4
|
* v0.7v0.7Natanael Copa2008-11-101-1/+1
|
* send xterm title to stderr. reset pkgrelNatanael Copa2008-11-101-1/+2
|
* the package name includes -r for package releaseNatanael Copa2008-11-091-1/+1
|
* added -u option for recursively build and upgrade dependenciesLinux User2008-11-091-7/+14
|
* set xterm window titleLinux User2008-11-081-2/+13
|