From ab29c5020bc55511fc3456319d428ff154a290f4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 18 May 2014 20:02:40 +0200 Subject: .. --- README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 0c729c2..e81df79 100644 --- a/README +++ b/README @@ -46,11 +46,23 @@ Custom software from AUR Build the following packages from AUR: -qdbm-1.8.78-1-x86_64.pkg.tar.xz -cfengine-3.4.4-2-x86_64.pkg.tar.xz +rm -rf INSTALL +mkdir INSTALL +cd install +yaourt -G qdbm +cd qdbm +makepkg --asroot -if +cd .. +yaourt -G cfengine +cd cfengine +makepkg --asroot -if +cd .. Put them into a local repository 'aba': +mkdir -p aba/os/x86_64/ +cp INSTALL/*/*pkg.tar.xz aba/os/x86_64/. + mkdir -p aba/os/x86_64/ repo-add aba/os/x86_64/aba.db.tar.gz aba/os/x86_64/* -- cgit v1.2.3-54-g00ecf