summaryrefslogtreecommitdiffstats
path: root/aports/pkg.lua
Commit message (Expand)AuthorAgeFilesLines
* pkg: rename enabled() to relevant()Natanael Copa2014-01-281-1/+1
* pkg: add libc_enabled() and enabled()Natanael Copa2014-01-281-0/+9
* 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
* 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
* pkg: use pre-inialized abuild varsNatanael Copa2014-01-091-7/+4
* pkg: initialize arch on module loadNatanael Copa2014-01-091-2/+2
* pkg: add apk_file_exists()Natanael Copa2014-01-011-4/+16
* pkg: split out the pkg related functions to a pkg moduleNatanael Copa2013-12-311-0/+101