summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* let doc split func remove /usr/share/info/dirNatanael Copa2008-11-131-0/+6
| | | | and compress man and info files
* support for unpacking *.tar.lzma filesNatanael Copa2008-11-111-0/+4
|
* v0.7v0.7Natanael Copa2008-11-101-1/+1
|
* send xterm title to stderr. reset pkgrelNatanael Copa2008-11-101-1/+2
|
* the package name includes -r for package releaseNatanael Copa2008-11-091-1/+1
|
* added -u option for recursively build and upgrade dependenciesLinux User2008-11-091-7/+14
|
* set xterm window titleLinux User2008-11-081-2/+13
|
* force creation of linksLinux User2008-11-081-1/+1
|
* use colors on messagesLinux User2008-11-082-6/+30
|
* better messages. always run fetch before checksum.Linux User2008-11-081-9/+21
|
* display when fetchingLinux User2008-11-081-2/+3
|
* create correct links to non-remote sources (patches) if $SRCDEST != $startdirLinux User2008-11-081-1/+4
|
* version 0.6v0.6Linux User2008-11-081-1/+1
|
* implement recursive build and installNatanael Copa2008-11-071-17/+39
| | | | note that the package release now include -r again.
* do not use splitfuncs variableNatanael Copa2008-11-071-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.
* release 0.5v0.5Natanael Copa2008-11-061-1/+1
|
* implement new way of doing subpackagesNatanael Copa2008-11-061-17/+30
| | | | | subpackages contains a list of (full) names of the sub packages splitfuncs contains a list of corresponding function names to be called
* rename makedepends to splitfuncsNatanael Copa2008-11-061-9/+9
|
* fix for saintycheckv0.4.1Natanael Copa2008-11-061-1/+1
|
* release 0.4v0.4Natanael Copa2008-11-061-1/+1
|
* fix buggy cleancacheNatanael Copa2008-11-061-1/+1
|
* the package now always include the pkgrelNatanael Copa2008-11-061-8/+4
|
* always add revision number to filenameNatanael Copa2008-11-061-10/+1
|
* add revision to pkgver in .PKGINFONatanael Copa2008-11-061-1/+1
|
* run sanity check firstNatanael Copa2008-11-061-1/+1
|
* implement basic sanity check of APKBUILDNatanael Copa2008-11-061-14/+40
|
* unpack .tgz source filesNatanael Copa2008-11-061-1/+1
|
* create .PKGINFO filev0.3Natanael Copa2008-11-041-11/+58
|
* support for .INSTALL fileNatanael Copa2008-10-301-0/+4
|
* fix bug in creating mod subpackagesNatanael Copa2008-10-301-1/+1
|
* install APKBUILD.protoNatanael Copa2008-10-302-4/+6
|
* do not run md5sum if there are nothing to checkNatanael Copa2008-10-301-0/+3
|
* added APKBUILD.protoNatanael Copa2008-10-251-0/+27
|
* run fakeroot from startdirNatanael Copa2008-10-251-1/+3
|
* use msg for messagesNatanael Copa2008-10-251-5/+5
|
* support for resuming partial downloads. check md5 in separate stepNatanael Copa2008-10-251-13/+14
|
* remove empty dirs after doc subpackagesNatanael Copa2008-10-241-0/+4
|
* clean before fetchNatanael Copa2008-10-241-1/+1
|
* Define subpkgdir for sub package funcsNatanael Copa2008-10-241-26/+19
| | | | better handling of cleaning subpackages
* clean before unpackNatanael Copa2008-10-241-1/+1
|
* added help for up2dateNatanael Copa2008-10-221-0/+1
|
* respect the force flag -fNatanael Copa2008-10-221-1/+1
|
* only build if sources are newer than targetNatanael Copa2008-10-221-1/+21
|
* fixed faulty gcc flag. export MAKEFLAGSNatanael Copa2008-10-221-2/+2
|
* Rename "md5" variable to "md5sums" so its more like PKGBUILD.v0.2Natanael Copa2008-10-181-4/+4
|
* initial commitNatanael Copa2008-10-183-0/+348