Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | strip binaries before creating package | Natanael Copa | 2008-11-25 | 1 | -0/+17 | |
| | ||||||
* | implement is_remote(). fix up2date to deal with $SRCDEST properly. | Natanael Copa | 2008-11-25 | 1 | -16/+25 | |
| | ||||||
* | mention -u option for mising dep error message | Natanael Copa | 2008-11-25 | 1 | -1/+1 | |
| | ||||||
* | just moved the checksum func | Natanael Copa | 2008-11-25 | 1 | -10/+10 | |
| | ||||||
* | use abuild_ver instead of myver to avoid clashes in APKBUILDs | Natanael Copa | 2008-11-25 | 1 | -3/+3 | |
| | ||||||
* | bugfix release 0.8.2 | Natanael Copa | 2008-11-23 | 1 | -1/+1 | |
| | ||||||
* | run md5sum creation from $srcdir rather than $SRCDEST | Natanael Copa | 2008-11-23 | 1 | -1/+1 | |
| | ||||||
* | fix bug in doc() | Natanael Copa | 2008-11-23 | 1 | -1/+1 | |
| | ||||||
* | release 0.8.1 | Natanael Copa | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | dont depend on man for now | Natanael Copa | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | version 0.8 | Natanael Copa | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | do not include :func in subpackage name | Natanael Copa | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | fix bug in abuild cleanpkg. set default CHOST | Natanael Copa | 2008-11-13 | 2 | -2/+4 | |
| | ||||||
* | let doc split func remove /usr/share/info/dir | Natanael Copa | 2008-11-13 | 1 | -0/+6 | |
| | | | | and compress man and info files | |||||
* | support for unpacking *.tar.lzma files | Natanael Copa | 2008-11-11 | 1 | -0/+4 | |
| | ||||||
* | v0.7 | Natanael Copa | 2008-11-10 | 1 | -1/+1 | |
| | ||||||
* | send xterm title to stderr. reset pkgrel | Natanael Copa | 2008-11-10 | 1 | -1/+2 | |
| | ||||||
* | the package name includes -r for package release | Natanael Copa | 2008-11-09 | 1 | -1/+1 | |
| | ||||||
* | added -u option for recursively build and upgrade dependencies | Linux User | 2008-11-09 | 1 | -7/+14 | |
| | ||||||
* | set xterm window title | Linux User | 2008-11-08 | 1 | -2/+13 | |
| | ||||||
* | force creation of links | Linux User | 2008-11-08 | 1 | -1/+1 | |
| | ||||||
* | use colors on messages | Linux User | 2008-11-08 | 2 | -6/+30 | |
| | ||||||
* | better messages. always run fetch before checksum. | Linux User | 2008-11-08 | 1 | -9/+21 | |
| | ||||||
* | display when fetching | Linux User | 2008-11-08 | 1 | -2/+3 | |
| | ||||||
* | create correct links to non-remote sources (patches) if $SRCDEST != $startdir | Linux User | 2008-11-08 | 1 | -1/+4 | |
| | ||||||
* | version 0.6 | Linux User | 2008-11-08 | 1 | -1/+1 | |
| | ||||||
* | implement recursive build and install | Natanael Copa | 2008-11-07 | 1 | -17/+39 | |
| | | | | note that the package release now include -r again. | |||||
* | do not use splitfuncs variable | Natanael Copa | 2008-11-07 | 1 | -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.5 | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | implement new way of doing subpackages | Natanael Copa | 2008-11-06 | 1 | -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 splitfuncs | Natanael Copa | 2008-11-06 | 1 | -9/+9 | |
| | ||||||
* | fix for saintycheck | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | release 0.4 | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | fix buggy cleancache | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | the package now always include the pkgrel | Natanael Copa | 2008-11-06 | 1 | -8/+4 | |
| | ||||||
* | always add revision number to filename | Natanael Copa | 2008-11-06 | 1 | -10/+1 | |
| | ||||||
* | add revision to pkgver in .PKGINFO | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | run sanity check first | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | implement basic sanity check of APKBUILD | Natanael Copa | 2008-11-06 | 1 | -14/+40 | |
| | ||||||
* | unpack .tgz source files | Natanael Copa | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | create .PKGINFO file | Natanael Copa | 2008-11-04 | 1 | -11/+58 | |
| | ||||||
* | support for .INSTALL file | Natanael Copa | 2008-10-30 | 1 | -0/+4 | |
| | ||||||
* | fix bug in creating mod subpackages | Natanael Copa | 2008-10-30 | 1 | -1/+1 | |
| | ||||||
* | install APKBUILD.proto | Natanael Copa | 2008-10-30 | 2 | -4/+6 | |
| | ||||||
* | do not run md5sum if there are nothing to check | Natanael Copa | 2008-10-30 | 1 | -0/+3 | |
| | ||||||
* | added APKBUILD.proto | Natanael Copa | 2008-10-25 | 1 | -0/+27 | |
| | ||||||
* | run fakeroot from startdir | Natanael Copa | 2008-10-25 | 1 | -1/+3 | |
| | ||||||
* | use msg for messages | Natanael Copa | 2008-10-25 | 1 | -5/+5 | |
| | ||||||
* | support for resuming partial downloads. check md5 in separate step | Natanael Copa | 2008-10-25 | 1 | -13/+14 | |
| | ||||||
* | remove empty dirs after doc subpackages | Natanael Copa | 2008-10-24 | 1 | -0/+4 | |
| |