summaryrefslogtreecommitdiffstats
path: root/aports/pkg.lua
Commit message (Collapse)AuthorAgeFilesLines
* pkg: rename enabled() to relevant()Natanael Copa2014-01-281-1/+1
|
* pkg: add libc_enabled() and enabled()Natanael Copa2014-01-281-0/+9
| | | | | This lets us check if a package is disabled in either arch or !libc_* in options
* pkg: replace all_deps with an each_dependency() iteratorNatanael Copa2014-01-241-29/+16
|
* pkg: implement all_apks_exists()Natanael Copa2014-01-241-0/+13
| | | | function to check if all the apk files exists for given package
* pkg: use luafilesystem to detect file existanceNatanael Copa2014-01-241-6/+2
|
* pkg: fix bug in arch_enabledNatanael Copa2014-01-241-1/+1
|
* pkg: add optional subpkgname option to apk_file functionsNatanael Copa2014-01-091-9/+9
|
* pkg: implement arch_enabled()Natanael Copa2014-01-091-0/+5
| | | | to test if package is relevant for current arch
* pkg: use pre-inialized abuild varsNatanael Copa2014-01-091-7/+4
|
* pkg: initialize arch on module loadNatanael Copa2014-01-091-2/+2
| | | | so we dont need a conditional in inner loops.
* pkg: add apk_file_exists()Natanael Copa2014-01-011-4/+16
| | | | tests if the .apk file exists for the given package
* pkg: split out the pkg related functions to a pkg moduleNatanael Copa2013-12-311-0/+101