Kiwi / clyde

Next-generation libalpm/makepkg wrapper.
https://kiwi.github.io/clyde
Other
63 stars 8 forks source link

Splitted-PKG support #95

Open nuno-aj-aniceto opened 13 years ago

nuno-aj-aniceto commented 13 years ago

Clyde does not support split-pkg it compiles the different pkgs, but it only install one of them.

example of a split-pkg: nvidia-all http://aur.archlinux.org/packages.php?ID=32908

it builds both nvidia-all and nvidia-utils but it won't install those two packages. makepkg -sif and yaourt install them correctly.

(note: many split-pkgs over the ABS)