summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-25use abuild_ver instead of myver to avoid clashes in APKBUILDsNatanael Copa1-3/+3
2008-11-23bugfix release 0.8.2v0.8.2Natanael Copa1-1/+1
2008-11-23run md5sum creation from $srcdir rather than $SRCDESTNatanael Copa1-1/+1
2008-11-23fix bug in doc()Natanael Copa1-1/+1
2008-11-14release 0.8.1v0.8.1Natanael Copa1-1/+1
2008-11-14dont depend on man for nowNatanael Copa1-1/+1
2008-11-14version 0.8v0.8Natanael Copa1-1/+1
2008-11-14do not include :func in subpackage nameNatanael Copa1-1/+1
2008-11-13fix bug in abuild cleanpkg. set default CHOSTNatanael Copa2-2/+4
2008-11-13let doc split func remove /usr/share/info/dirNatanael Copa1-0/+6
and compress man and info files
2008-11-11support for unpacking *.tar.lzma filesNatanael Copa1-0/+4
2008-11-10v0.7v0.7Natanael Copa1-1/+1
2008-11-10send xterm title to stderr. reset pkgrelNatanael Copa1-1/+2
2008-11-09the package name includes -r for package releaseNatanael Copa1-1/+1
2008-11-09added -u option for recursively build and upgrade dependenciesLinux User1-7/+14
2008-11-08set xterm window titleLinux User1-2/+13
2008-11-08force creation of linksLinux User1-1/+1
2008-11-08use colors on messagesLinux User2-6/+30
2008-11-08better messages. always run fetch before checksum.Linux User1-9/+21
2008-11-08display when fetchingLinux User1-2/+3
2008-11-08create correct links to non-remote sources (patches) if $SRCDEST != $startdirLinux User1-1/+4
2008-11-08version 0.6v0.6Linux User1-1/+1
2008-11-07implement recursive build and installNatanael Copa1-17/+39
note that the package release now include -r again.
2008-11-07do not use splitfuncs variableNatanael Copa1-13/+17
the split function name is extraced from the subpackage name in subpackages variable in one of the following formats: 1. subpackage:func The ':' serves as a separator. subpackage is first part, function second 2. subpackage-func Without ':' separator, the subpackage is the entire string. In the example above, the package name is 'subpackage-func'. Function is extracted from the text after last '-'. 3. subpackage Without either ':' and '-' the function name will be the subpackage name itself.
2008-11-06release 0.5v0.5Natanael Copa1-1/+1
2008-11-06implement new way of doing subpackagesNatanael Copa1-17/+30
subpackages contains a list of (full) names of the sub packages splitfuncs contains a list of corresponding function names to be called
2008-11-06rename makedepends to splitfuncsNatanael Copa1-9/+9
2008-11-06fix for saintycheckv0.4.1Natanael Copa1-1/+1
2008-11-06release 0.4v0.4Natanael Copa1-1/+1
2008-11-06fix buggy cleancacheNatanael Copa1-1/+1
2008-11-06the package now always include the pkgrelNatanael Copa1-8/+4
2008-11-06always add revision number to filenameNatanael Copa1-10/+1
2008-11-06add revision to pkgver in .PKGINFONatanael Copa1-1/+1
2008-11-06run sanity check firstNatanael Copa1-1/+1
2008-11-06implement basic sanity check of APKBUILDNatanael Copa1-14/+40
2008-11-06unpack .tgz source filesNatanael Copa1-1/+1
2008-11-04create .PKGINFO filev0.3Natanael Copa1-11/+58
2008-10-30support for .INSTALL fileNatanael Copa1-0/+4
2008-10-30fix bug in creating mod subpackagesNatanael Copa1-1/+1
2008-10-30install APKBUILD.protoNatanael Copa2-4/+6
2008-10-30do not run md5sum if there are nothing to checkNatanael Copa1-0/+3
2008-10-25added APKBUILD.protoNatanael Copa1-0/+27
2008-10-25run fakeroot from startdirNatanael Copa1-1/+3
2008-10-25use msg for messagesNatanael Copa1-5/+5
2008-10-25support for resuming partial downloads. check md5 in separate stepNatanael Copa1-13/+14
2008-10-24remove empty dirs after doc subpackagesNatanael Copa1-0/+4
2008-10-24clean before fetchNatanael Copa1-1/+1
2008-10-24Define subpkgdir for sub package funcsNatanael Copa1-26/+19
better handling of cleaning subpackages
2008-10-24clean before unpackNatanael Copa1-1/+1
2008-10-22added help for up2dateNatanael Copa1-0/+1