summaryrefslogtreecommitdiffstats
path: root/abuild
Commit message (Collapse)AuthorAgeFilesLines
* release 1.10v1.10Natanael Copa2009-02-201-1/+1
|
* abuild: dont check md5sum if there are no sources. fix depends_hasNatanael Copa2009-02-201-6/+15
|
* abuild: do not try build/install dependencies that are provided by selfNatanael Copa2009-02-171-1/+8
| | | | like when main package depends on subpackages
* release 1.9v1.9Natanael Copa2009-02-121-1/+1
|
* abuild: auto add bb to deps when install. added -P option.Natanael Copa2009-02-111-11/+19
| | | | -P lets user specify the REPODEST on cmd line
* abuild: rename {dev,doc,mod} funcs to default_{dev,doc,mod}Natanael Copa2009-02-081-3/+15
| | | | This allows ABUILDS to call the default_doc func and append stuff missing
* abuild: improve sanitycheckNatanael Copa2009-02-081-4/+23
| | | | | - check that md5sums correspond to source - warn if maintainer is missing
* abuild: support for variable optionsNatanael Copa2009-02-051-1/+16
| | | | so far only option avaiable is !strip, which disables stripping of binaries.
* abuild: version 1.8v1.8Natanael Copa2009-02-031-1/+1
|
* abuild: install makedeps from system repo with -r and build with -RNatanael Copa2009-02-021-14/+31
| | | | | | | | The -r option will only install deps from system repo and fail if any is missing. The -R option will parse the aports tree and try build the missing packages and then install the newly built package.
* abuild: forgot set version to 1.7Natanael Copa2009-02-021-1/+1
|
* abuild: make licenses a part of -doc packagesNatanael Copa2009-01-301-1/+1
|
* abuild: support for creation of new APKBUILD from templateNatanael Copa2009-01-291-5/+49
| | | | | | abuild [-c] -n PKGNAME[-PKGVER] creates a directory with new APKBUILD. If -c is specified will sample init.d, conf.d and install script be copied as well.
* release 1.6v1.6Natanael Copa2009-01-261-1/+1
|
* Revert "abuild: whitespace fix"Natanael Copa2009-01-261-3/+0
| | | | | | | | This reverts commit fe7da984ae90d48941aefdb775808f4a09c3c5d1. Conflicts: abuild
* abuild: style fixesNatanael Copa2009-01-261-1/+1
|
* abuild: display error for unsupported archivesNatanael Copa2009-01-261-0/+3
|
* abuild: whitespace fixNatanael Copa2009-01-261-3/+3
|
* core/abuild: add zip archive supportCarlo Landmeter2009-01-261-0/+3
|
* release 1.5.1v1.5.1Natanael Copa2009-01-261-1/+1
|
* abuild: make color work againNatanael Copa2009-01-261-14/+13
| | | | by sourcing the functions.sh after abuild.conf
* release 1.5v1.5Natanael Copa2009-01-231-1/+1
|
* abuild: checksum modifies the APKBUILD directlyNatanael Copa2009-01-231-2/+5
|
* abuild: added REPODESTNatanael Copa2009-01-221-4/+11
| | | | | This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST.
* abuild:Natanael Copa2009-01-201-4/+28
| | | | | | | | | | | try deal with dependencies for makedepends Example. foo-dev is a makedepends which depends on foo. We need to install foo before we can install foo-dev. The way we deal with thi here is hackish and should be replaced by adding all built packages to an abuild repository or similar.
* release 1.4.1v1.4.1Natanael Copa2009-01-181-1/+1
|
* abuild: apk add support -u againNatanael Copa2009-01-181-1/+1
|
* abuild: allow help (-h) even if there is no APKBUILDNatanael Copa2009-01-171-6/+5
|
* release 1.4v1.4Natanael Copa2009-01-171-1/+1
|
* abuild: abort build if md5 check failsNatanael Copa2009-01-171-2/+2
|
* abuild: use new apk-tools (2.x)v1.3Natanael Copa2009-01-151-5/+5
|
* abuild: consider all subdirs named 'include' belong to -devNatanael Copa2009-01-111-3/+5
|
* abuild: version 1.2v1.2Natanael Copa2009-01-091-1/+1
|
* abuild: fix bug in dev()Natanael Copa2009-01-091-0/+1
|
* abuild: unpack does md5check. we dont need do it twiceNatanael Copa2009-01-081-1/+1
|
* abuild: strip files in all subdirsNatanael Copa2009-01-071-2/+2
|
* abuild: consider all .a .c .h .o files as dev filesNatanael Copa2009-01-071-3/+2
| | | | Also any /usr/share/gettext dir.
* abuild: added -p/-s option to override PKGDEST/SRCDESTNatanael Copa2009-01-071-6/+10
|
* Revert "abuild: try break circular dependencies"Natanael Copa2009-01-071-5/+0
| | | | This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598.
* abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev()Natanael Copa2009-01-071-3/+3
|
* abuild: version 1.1.1v1.1.1Natanael Copa2009-01-061-1/+1
|
* abuild: version 1.1Natanael Copa2009-01-061-1/+1
|
* abuild: -k option for keeping built packagesNatanael Copa2009-01-061-2/+8
|
* version 1.0v1.0Natanael Copa2009-01-051-1/+1
|
* abuild: try break circular dependenciesNatanael Copa2009-01-051-0/+5
|
* abuild: do ont compress info and manpagesNatanael Copa2009-01-051-3/+3
| | | | it was a bad idea since it messes up symlinks
* abuild: reworked dependency handlingNatanael Copa2009-01-041-33/+91
| | | | | | | | | | | - Added option -i, to install a given build target after successful build. - Parse all APKBUILDs and use awk to calculate a dependency graph. Then build the package and use -i to install the needed dependency. - Uninstall all build dependencies after package is built (unless -i given) - Automatically add binutils gcc make patch uclibc-dev as deps
* abuild: move functions to a shared libNatanael Copa2009-01-031-33/+14
|
* abuild: implemented listpkg and cleanoldpkgNatanael Copa2009-01-031-0/+23
|
* usr/bin/*-config belongs into -dev packagesNatanael Copa2008-12-011-2/+5
|