1182 Commits

Author SHA1 Message Date
Natanael Copa
56741bede2 do not use splitfuncs variable
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-07 07:43:31 +00:00
Natanael Copa
fc3d67b16f release 0.5 v0.5 2008-11-06 16:44:32 +00:00
Natanael Copa
bd245c07d7 implement new way of doing subpackages
subpackages contains a list of (full) names of the sub packages
splitfuncs contains a list of corresponding function names to be called
2008-11-06 16:08:30 +00:00
Natanael Copa
59bcc571da rename makedepends to splitfuncs 2008-11-06 15:27:10 +00:00
Natanael Copa
fe74ef1b84 fix for saintycheck v0.4.1 2008-11-06 14:47:20 +00:00
Natanael Copa
61cc69eac9 release 0.4 v0.4 2008-11-06 14:45:08 +00:00
Natanael Copa
b09c15b791 fix buggy cleancache 2008-11-06 14:43:45 +00:00
Natanael Copa
04738df3a7 the package now always include the pkgrel 2008-11-06 14:42:24 +00:00
Natanael Copa
ec3f3eaf61 always add revision number to filename 2008-11-06 14:34:36 +00:00
Natanael Copa
fb0cc76aa5 add revision to pkgver in .PKGINFO 2008-11-06 14:25:36 +00:00
Natanael Copa
f8e032d280 run sanity check first 2008-11-06 14:24:19 +00:00
Natanael Copa
5a9827a1b5 implement basic sanity check of APKBUILD 2008-11-06 14:23:04 +00:00
Natanael Copa
45ff2bfefe unpack .tgz source files 2008-11-06 13:47:00 +00:00
Natanael Copa
ed9f3ec342 create .PKGINFO file v0.3 2008-11-04 10:34:40 +00:00
Natanael Copa
e15908ffc2 support for .INSTALL file 2008-10-30 22:57:58 +00:00
Natanael Copa
821f3e6bb1 fix bug in creating mod subpackages 2008-10-30 15:57:09 +00:00
Natanael Copa
da6f75fb8e install APKBUILD.proto 2008-10-30 15:55:25 +00:00
Natanael Copa
11445603e0 do not run md5sum if there are nothing to check 2008-10-30 15:53:42 +00:00
Natanael Copa
f463f82602 added APKBUILD.proto 2008-10-25 11:00:18 +00:00
Natanael Copa
dddc550364 run fakeroot from startdir 2008-10-25 10:18:32 +00:00
Natanael Copa
75b479777f use msg for messages 2008-10-25 09:39:20 +00:00
Natanael Copa
91465846cc support for resuming partial downloads. check md5 in separate step 2008-10-25 09:33:55 +00:00
Natanael Copa
ade4a54a16 remove empty dirs after doc subpackages 2008-10-24 10:00:46 +00:00
Natanael Copa
ee609dab73 clean before fetch 2008-10-24 09:50:16 +00:00
Natanael Copa
edf5c5fb02 Define subpkgdir for sub package funcs
better handling of cleaning subpackages
2008-10-24 09:40:30 +00:00
Natanael Copa
5bf9232062 clean before unpack 2008-10-24 06:46:12 +00:00
Natanael Copa
9c98db397f added help for up2date 2008-10-22 21:19:25 +00:00
Natanael Copa
ad1484bf0c respect the force flag -f 2008-10-22 21:16:27 +00:00
Natanael Copa
45e51ce190 only build if sources are newer than target 2008-10-22 21:13:56 +00:00
Natanael Copa
5a740569bc fixed faulty gcc flag. export MAKEFLAGS 2008-10-22 21:03:22 +00:00
Natanael Copa
316f7230fa Rename "md5" variable to "md5sums" so its more like PKGBUILD. v0.2 2008-10-18 08:35:09 +00:00
Natanael Copa
fdc478bde8 initial commit 2008-10-18 08:09:24 +00:00