summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2.5v2.5Natanael Copa2010-08-121-1/+1
|
* abuild: support for unpacking .tar.xzNatanael Copa2010-08-121-0/+3
|
* mkalpine: removedNatanael Copa2010-07-202-41/+1
|
* release 2.4v2.4Natanael Copa2010-07-071-1/+1
|
* newapkbuild: minor bugfix in is_uri()Natanael Copa2010-07-071-0/+1
|
* abuild: include vapi and gir-* in -dev packageNatanael Copa2010-07-071-0/+1
|
* abuild: detect and report conflicting dependencies properlyNatanael Copa2010-06-301-3/+4
|
* newapkbuid: fix pkgver in sourceNatanael Copa2010-06-161-0/+1
|
* newapkbuild: support for creating new from http sourceNatanael Copa2010-05-291-1/+15
| | | | | | | | newapkbuild http://example.com/path/foo-1.0.tar.gz will set pkgname=foo pkgver=1.0 source="http://example.com/path/foo-1.0.tar.gz"
* release 2.3v2.3Natanael Copa2010-05-191-1/+1
|
* abuild: move the .so symlinks to -dev packagesNatanael Copa2010-05-181-1/+8
| | | | | | | 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.
* abuild-tar: build with --as-needed so we dont link to libsslNatanael Copa2010-05-181-1/+5
|
* abuild: allow DISTFILES_MIRROR be a local pathNatanael Copa2010-05-181-1/+5
| | | | based on patch from Andrew Manison. Thanks!
* abuild: support for -c and -m options to enable/disable colorsNatanael Copa2010-05-181-6/+24
| | | | | | and make sure those options are passed over when building recursively Based on patch from Andrew Manison. Thanks!
* abuild: break circular deps when building recursivelyNatanael Copa2010-05-061-6/+12
|
* abuild: properly pass over args when building recursivelyNatanael Copa2010-05-061-16/+22
|
* abuild: properly add $BUILD_BASE to dependency chainNatanael Copa2010-05-061-3/+3
| | | | We want build the toolchain and build tools first
* abuild: bugfix for versioned dependenciesNatanael Copa2010-05-061-5/+5
| | | | we need strip all '<>=' chars not only last
* abuild: only update abuildrepo index if neededNatanael Copa2010-05-061-5/+11
| | | | speeds up abuild -R a bit
* abuild: rename apkcache to abuildrepoNatanael Copa2010-05-062-16/+16
| | | | To avoid confusing with the /etc/apk/cache
* abuild: force pkgrel in APKBUILDNatanael Copa2010-05-041-1/+1
| | | | its needed for bumping pkgrel with sed and similar
* release 2.2v2.2Natanael Copa2010-05-041-1/+1
|
* abuild: support for overriding apk binaryNatanael Copa2010-05-041-14/+15
| | | | so we can do: APK=apk.static abuild ....
* abuild: fix for abuild -RNatanael Copa2010-05-041-2/+4
| | | | we only enter dependencies dirs in same repo
* abuild: support for building simple tar.gz files of targetNatanael Copa2010-04-281-0/+6
| | | | | When building with crosscompile to bootstrap a new target it might be handy to not include the dependencies etc.
* abuild: use fetch_uri_mirror when downloading sourcesNatanael Copa2010-04-191-1/+1
|
* alpine-mini.packages: removedNatanael Copa2010-04-151-2/+0
| | | | not used anymore
* abuild: only trace dependencies from current repoNatanael Copa2010-04-151-2/+2
| | | | | This avoids confusion when abuild picks dependencies from testing when building main.
* abuild: download from DISTFILES_MIRROR first if setNatanael Copa2010-04-151-2/+11
|
* abump: small utility to maintain aportsNatanael Copa2010-04-061-0/+40
|
* abuild: wait 30 seconds for apk lockfile. improve error reportingNatanael Copa2010-03-021-2/+10
|
* alpine.packages: added igmpproxyNatanael Copa2010-02-151-0/+1
|
* tune package listNatanael Copa2010-02-031-154/+2
| | | | basically remove dev packages
* abuild.conf: added JOBS variableNatanael Copa2010-01-071-1/+2
| | | | makes it easier to support parallel builds on non gnu make system
* release 2.1v2.1Natanael Copa2009-12-301-1/+1
|
* sample: use lowercase in init.d/conf.d sample filesNatanael Copa2009-12-302-22/+12
|
* sample: use separate package()Natanael Copa2009-12-301-4/+14
|
* abuild: dont check version number if nodeps is specifiedNatanael Copa2009-12-161-1/+1
| | | | | This option is normally used for bootstrapping a build env. Chances are big that apk-tools is not around.
* abuild: implement getpkgver, default_fetch and default_unpackNatanael Copa2009-11-241-4/+28
| | | | to make life easier for volatile packages
* abuild: use pax-utils's scanelf to find binaries to stripNatanael Copa2009-11-061-10/+3
|
* release 2.0.1v2.0.1Natanael Copa2009-11-021-1/+1
|
* abuild-sign: remove temp signatureNatanael Copa2009-11-021-2/+1
|
* abuild: fix detection of pkgconfig dependencyNatanael Copa2009-11-021-6/+6
|
* alpine.packages: removed -doc packagesNatanael Copa2009-10-301-162/+0
|
* alpine.packages: specify kernel packagesNatanael Copa2009-10-301-4/+7
|
* Revert "abuild: minor cleanup"Natanael Copa2009-10-271-2/+2
| | | | | | This commit seems to kill the entire repository This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9.
* added alpine-mini package listNatanael Copa2009-10-261-0/+2
|
* release 2.0v2.0Natanael Copa2009-10-251-1/+1
|
* remoe unused fileNatanael Copa2009-10-251-3/+0
|
* abuild: exit with error if run as rootNatanael Copa2009-10-241-1/+10
| | | | override with -F