summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* abuild: fix install script verificationNatanael Copa2011-06-301-1/+1
| | | | we might have '.' in pkgname as in gtk+2.0
* abuild: do not move *.la files to dev package and exit with error if foundNatanael Copa2011-06-291-2/+8
| | | | | To be allowed to keep the .la files you need to add 'libtool' to $options
* apkbuild-cpan: 'check' output format changed; exit code 1 on version mismatchKiyoshi Aman2011-06-281-1/+4
|
* apkbuild-cpan: Added 'check' command, which prints latest & packaged versions.Kiyoshi Aman2011-06-281-13/+19
|
* apkbuild-cpan: XS modules using Module::Build now obtain Perl CFLAGS properly.Kiyoshi Aman2011-06-281-0/+1
|
* abuild: fix bug in install script detectionNatanael Copa2011-06-281-1/+2
|
* newapkbuild: use -y for python instead of -qNatanael Copa2011-06-281-3/+3
|
* newapkbuild: build and package sections for 'make' buildtypeNatanael Copa2011-06-281-1/+15
| | | | This buildtype is when there is a simple Makefile only.
* newapkbuild: not only autotools packages can have init.d scriptsNatanael Copa2011-06-281-9/+9
|
* newapkbuild: rename config_* functions to build_*Natanael Copa2011-06-281-6/+6
| | | | We call make as well as needed so build_* is better function name.
* Added python as a new templateFabian Affolter2011-06-281-32/+74
| | | | | | With -q ('-q' for the moment, please change that) a template APKBUILD file for a python module is created. 'depends' and 'makedepends' are filled with standard values.
* buildlab: fix triggers parsingNatanael Copa2011-06-271-1/+1
|
* abuild: implement new format for triggers variableNatanael Copa2011-06-271-16/+26
| | | | | | | | | | | | | | it contains a list with all triggers for all subpackages. separate trigger script from path list with '=' separate paths in path list with ':' example: pkgname="foo" subpackages="foo-libs foo-dev" triggers="foo.trigger=/usr:/usr/lib/foo foo-libs.trigger=/usr:/usr/share/foo"
* abuild: support for new style install scritsNatanael Copa2011-06-271-12/+5
| | | | | We need to list all install scripts in $install rather than specify it in subpackage
* abuild: check sanity of install scriptsNatanael Copa2011-06-271-1/+10
| | | | | we check early that suffix is valid and that we have a matching pkgname or subpackage
* buildlab: fix operation with apk-tools 2.1William Pitcock2011-06-221-8/+12
|
* buildlab: typo fixWilliam Pitcock2011-06-221-1/+2
|
* buildlab: parse $triggersWilliam Pitcock2011-06-221-0/+9
|
* aports.lua: make api more object orientedNatanael Copa2011-06-152-51/+78
| | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions
* newapkbuild: fix previous commitNatanael Copa2011-06-061-1/+1
|
* newapkbuild: remove libtool archivesNatanael Copa2011-06-031-0/+1
|
* apkbuild-cpan: add detection for perl modules with native codeKiyoshi Aman2011-06-021-0/+4
| | | | so we get arch set properly
* apkbuild-cpan: fix handling of license meta-dataTimo Teräs2011-06-021-2/+4
| | | | Don't update if it's unknown, and fix the error message.
* apkbuild-cpan: new tool superceding newapkbuild-cpan toolTimo Teräs2011-06-023-197/+337
| | | | | | Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info.
* newapkbuild-cpan: new toolNatanael Copa2011-05-312-1/+198
| | | | to help make perl-* packages
* abuild: do debug builds with DEBUG=1Natanael Copa2011-05-181-0/+6
|
* abuild: be quiet when uninstalling build dependenciesNatanael Copa2011-05-051-1/+2
| | | | | We don't really need to see what packages gets uninstalled, but error messages might be nice to see. So we are quiet when uninstalling.
* abuild: reset triggers for subpackagesNatanael Copa2011-04-181-0/+1
| | | | only main package has the trigger
* release 2.9.2v2.9.2Natanael Copa2011-04-171-1/+1
|
* abuild: fix user creation when group existsNatanael Copa2011-04-171-1/+5
|
* buildrepo: fix previous commitNatanael Copa2011-04-171-3/+3
|
* abuild.conf: updated comment about PACKAGER/newapkbuildMatt Smith2011-04-141-1/+1
|
* buildrepo: fix purging of old packagesNatanael Copa2011-04-071-1/+1
|
* release 2.9.1v2.9.1Natanael Copa2011-04-071-1/+1
|
* buildrepo: fixes for new $repo/$arch layoutNatanael Copa2011-04-071-4/+9
|
* release 2.9.0v2.9.0Natanael Copa2011-04-061-1/+1
|
* abuild: fix for REPODESTNatanael Copa2011-04-061-2/+6
| | | | | we need set the $CARCH in the package destination needs also to be passed over for recursive action
* abuild: remove broken noarch stuff. force CARCH for abuildrepoNatanael Copa2011-04-042-21/+7
|
* abuild: move abuildrepo to ~/.cache/abuild/$repoNatanael Copa2011-04-041-24/+14
| | | | We no require apk-tools-2.1
* abuild: fix check if abuildindex is up 2 dateNatanael Copa2011-04-041-7/+22
|
* Merge branch '2.7'Natanael Copa2011-04-011-1/+1
|\
| * abuild: always fail when checksums does not match2.7Natanael Copa2011-04-011-1/+1
| |
* | Merge git://git.alpinelinux.org/msmith/abuildNatanael Copa2011-03-311-3/+11
|\ \
| * | buildlab: added apk caching option (-k)Matt Smith2011-03-291-3/+11
| | |
* | | Merge branch '2.7'Natanael Copa2011-03-311-0/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: Makefile
| * | abuild: add origin in .PKGINFONatanael Copa2011-03-311-0/+1
| | |
| * | release 2.7.5v2.7.5Natanael Copa2011-03-311-1/+1
| | |
* | | release 2.8.2v2.8.2Natanael Copa2011-03-301-1/+1
| | |
* | | abuild: fix for apk-tools-2.0.xNatanael Copa2011-03-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apk-tools-2.0's apk index will not show the arch so we need to use tar to find arch if we have old apk. We prefer use apk index since it will only read first block of file, regardless size, while tar will read entire file. Reading entire file is slow if file is big. So we check apk --version and use tar if needed, and apk index if possible.
* | | release 2.8.1v2.8.1Natanael Copa2011-03-301-1/+1
| | |