You are not logged in.
Hi all,
I've recently added a PKGBUILD for AMANDA to the AUR:
http://aur.archlinux.org/packages.php?ID=29616
I'm wondering if there's a way I can turn this into a split package for the 'server' and 'client' parts of AMANDA.
The configure script has a --server-only and --client-only option, but that's in the build() function whereas the split functionality is only on the package() function I believe? makepke certainly complained when I tried having build_amanda-server() and build_amanda-client() functions instead of just one build() function.
I'm not quite sure how to make the separate packages using just the split package() functions...?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
As you found out... you can not have multiple build functions. I always though multiple build functions == multiple PKGBUILDs.
Can you build both server and client at once?
Offline