summaryrefslogtreecommitdiff
path: root/abuild.in
AgeCommit message (Expand)AuthorFilesLines
2010-12-30abuild: fix check for arch specific binariesNatanael Copa1-18/+32
2010-12-30abuild: set arch to noarch for -doc packagesNatanael Copa1-0/+1
2010-12-30abuild: post check archNatanael Copa1-0/+16
2010-12-17abuild: improve output messages for dep tracingNatanael Copa1-3/+3
2010-12-15abuild: support arch=allNatanael Copa1-1/+1
2010-12-15abuild: look for so dependencies in RPATH tooNatanael Copa1-10/+47
2010-12-14abuild: multiarch supportNatanael Copa1-0/+12
2010-12-13abuid: check that CARCH and CHOST is setNatanael Copa1-1/+11
2010-08-31abuild: automatically add libgcc to depends when libpthread is foundNatanael Copa1-1/+9
2010-08-27abuild: support for alternative awksNatanael Copa1-1/+1
2010-08-12abuild: support for unpacking .tar.xzNatanael Copa1-0/+3
2010-07-07abuild: include vapi and gir-* in -dev packageNatanael Copa1-0/+1
2010-06-30abuild: detect and report conflicting dependencies properlyNatanael Copa1-3/+4
2010-05-18abuild: move the .so symlinks to -dev packagesNatanael Copa1-1/+8
2010-05-18abuild: allow DISTFILES_MIRROR be a local pathNatanael Copa1-1/+5
2010-05-18abuild: support for -c and -m options to enable/disable colorsNatanael Copa1-6/+24
2010-05-06abuild: break circular deps when building recursivelyNatanael Copa1-6/+12
2010-05-06abuild: properly pass over args when building recursivelyNatanael Copa1-16/+22
2010-05-06abuild: properly add $BUILD_BASE to dependency chainNatanael Copa1-3/+3
2010-05-06abuild: bugfix for versioned dependenciesNatanael Copa1-5/+5
2010-05-06abuild: only update abuildrepo index if neededNatanael Copa1-5/+11
2010-05-06abuild: rename apkcache to abuildrepoNatanael Copa1-14/+14
2010-05-04abuild: force pkgrel in APKBUILDNatanael Copa1-1/+1
2010-05-04abuild: support for overriding apk binaryNatanael Copa1-14/+15
2010-05-04abuild: fix for abuild -RNatanael Copa1-2/+4
2010-04-28abuild: support for building simple tar.gz files of targetNatanael Copa1-0/+6
2010-04-19abuild: use fetch_uri_mirror when downloading sourcesNatanael Copa1-1/+1
2010-04-15abuild: only trace dependencies from current repoNatanael Copa1-2/+2
2010-04-15abuild: download from DISTFILES_MIRROR first if setNatanael Copa1-2/+11
2010-03-02abuild: wait 30 seconds for apk lockfile. improve error reportingNatanael Copa1-2/+10
2009-12-16abuild: dont check version number if nodeps is specifiedNatanael Copa1-1/+1
2009-11-24abuild: implement getpkgver, default_fetch and default_unpackNatanael Copa1-4/+28
2009-11-06abuild: use pax-utils's scanelf to find binaries to stripNatanael Copa1-10/+3
2009-11-02abuild: fix detection of pkgconfig dependencyNatanael Copa1-6/+6
2009-10-24abuild: exit with error if run as rootNatanael Copa1-1/+10
2009-10-24abuild: make it possible override fakerootNatanael Copa1-4/+6
2009-10-24abuild: fix so APKBUILD env var works properlyNatanael Copa1-13/+20
2009-10-24abuild: minor bugfix: define $programNatanael Copa1-3/+4
2009-10-24newapkbuild: move code from abuild to new scriptNatanael Copa1-46/+4
2009-10-24abuild: minor cleanupNatanael Copa1-5/+1
2009-10-23abuild: implement prepare()Natanael Copa1-1/+5
2009-10-23abuild: bugfix. allow apkbiudls without build()Natanael Copa1-2/+2
2009-10-23abuild: dont run build() in fakeroot if package() existNatanael Copa1-1/+12
2009-09-03abuild: include repo description and version in temp apk cacheNatanael Copa1-1/+3
2009-08-31abuild: strip versions from dependencies when building recursivelyNatanael Copa1-1/+5
2009-08-21abuild: allow pkgver=volatileNatanael Copa1-2/+4
2009-08-21abuild: implement pkgusers/pkggroupsNatanael Copa1-3/+21
2009-08-17abuild: no missing dependencies might happenNatanael Copa1-1/+1
2009-08-17abuild: the -dev pckages should depend on all subpackagesNatanael Copa1-0/+6
2009-08-14abuild: implement triggersNatanael Copa1-7/+27