Re: [arch-general] Best way for PKGBUILD to depend on another PKGBUILD (not a package)

2013-09-23 Thread Patrick Burroughs (Celti)
On Mon, Sep 23, 2013 at 9:41 AM, Nowaker wrote: > coreutils depends on libattr and libcap. Because of the nature of static > compilation libattr.a and libcap.a files are needed during the build. My > package defines PKGBUILDs from [core] repo as source=(), performs `makepkg`, > and provides -L for

[arch-general] Best way for PKGBUILD to depend on another PKGBUILD (not a package)

2013-09-23 Thread Nowaker
Hi, Today on AUR I published coreutils-static package [1], a statically compiled variant of coreutils with --prefix=/rescue. coreutils depends on libattr and libcap. Because of the nature of static compilation libattr.a and libcap.a files are needed during the build. My package defines PKGBU