FS#50103 - [pacman][makepkg] split sources by pkgname/pkgbase in SRCDEST
Attached to Project:
Pacman
Opened by Konstantin Gribov (gross) - Tuesday, 19 July 2016, 17:58 GMT
Last edited by Allan McRae (Allan) - Wednesday, 20 July 2016, 08:02 GMT
Opened by Konstantin Gribov (gross) - Tuesday, 19 July 2016, 17:58 GMT
Last edited by Allan McRae (Allan) - Wednesday, 20 July 2016, 08:02 GMT
|
Details
Description:
Currently all source files are downloaded into SRCDEST (if it's set in makepkg.conf) and this leads to a lot of files in SRCDEST and name clashes. Saving sources under `$SRCDEST/${pkgbase}` like under `$BUILDDIR` would solve this problem. Such behavior may be opt-in. Another way is to allow using $pkgbase/$pkgname vars in `makepkg.conf`. Additional info: * pacman 5.0.1-4 |
This task depends upon
Closed by Allan McRae (Allan)
Wednesday, 20 July 2016, 08:02 GMT
Reason for closing: Won't implement
Wednesday, 20 July 2016, 08:02 GMT
Reason for closing: Won't implement
If it does then the source naming is not unique (which is should be!).
If you are speaking about github tarballs, those have to be prefixed via ${pkgname}-${pkgver}.tar.gz::https://...