On 02/23/2012 05:01 PM, David C. Rankin wrote:
On 02/23/2012 04:31 PM, David C. Rankin wrote:
Archers,
Please look at the attached PKGBUILD for libart-lgpl. It pulls the source
either directly from the git tree on the local machine (after updating it), or
it clones directly from
scm.trinitydesktop.org. I looked over the existing
pkgbuilds that use git in one form or another in ABS and this is my prototype
for how we could do the remaining build scripts.
Let me know what changes you propose.
Of course the line:
git clone --depth 1 $_giturl
should be:
git clone $_giturl
(forgot to save before pressing send...)
also,
makedepends=()
should be:
makedepends=('git')
--
David C. Rankin, J.D.,P.E.