You are not logged in.
Pages: 1
I am trying to write a PKGBUILD for which the sources are not available as a single tarball/zip/etc., but can be downloaded (e.g.) using rsync -avz. While an URI of rsync:// in the sources array is understood, it does not trigger archive (-a) mode, which is necessary to recursively download all the files.
I guess I could just download everything in prepare() and compare the checksums manually, but perhaps there is a better way to cover this case in PKGBUILDs?
Any help would be appreciated, thanks.
Offline
Is there no git/svn/hg source for this? What is the project?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
f2c, here: http://netlib.org/f2c/src/ (and no, libf2c.zip doesn't contain the same files).
The current AUR PKGBUILD reuses an old zip from some personal project and I'm trying to improve that.
Offline
You could always ask to add -a to the default rsync command. I don't know why it's not part of the default already.
Online
AFAIK you could set DLAGENT in your PKGBUILD and it would take precedence over the makepkg.conf settings. This is not documented, nor have I tried it out myself - it's just a possible workaround while you wait for the response to the feature request recommended by Scimmia.
Offline
Pages: 1