aboutsummaryrefslogtreecommitdiff
path: root/rules/archive.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30Ensuse that searching in proto dirs has predictable order:Igor Pashev1-1/+0
1. Top directory first 2. Variants' proto dirs in order variants are defined Remove source dir from proto dirs, but add $(sourcedir) to IPS defines, so one can write: file $(sourcedir)/README path=/usr/share/doc/foo/README
2012-12-23Generate checksums for multiple archivesIgor Pashev1-11/+21
2012-12-18Use $(cibs-root) for self-buildingIgor Pashev1-3/+3
2012-10-12Make GNU tar required for archivesIgor Pashev1-0/+1
2012-10-12Do not add sourcedir to proto dir list by defaultIgor Pashev1-0/+2
Only if using git or archives. This allow creating dummy packages consisting only of manifests.
2012-09-26Download from mirrors if anyIgor Pashev1-2/+3
2012-09-26Download carefullyIgor Pashev1-1/+9
2012-09-18TypoIgor Pashev1-2/+2
2012-09-15Download before checksumIgor Pashev1-1/+1
2012-09-14Check and install build dependenciesIgor Pashev1-2/+2
2012-09-14Use pre-configure-stampIgor Pashev1-1/+1
2012-09-14make checksum > Makefile - create checksumsIgor Pashev1-0/+9
'make checksum' will print "checksum := ..." to insert into Makefile. Usefull when creating new packages or updating upstream
2012-09-13Initial commit: can build c-aresIgor Pashev1-0/+64