summaryrefslogtreecommitdiffstats
path: root/scripts/aurblup/README
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-02-05 17:42:47 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2011-02-11 14:43:22 +0100
commit400d7845e4c959660edf4cbeb1a390c6590cc4fc (patch)
treeb404bf77af58e698d1ac55b82555c2fda35b9a7f /scripts/aurblup/README
parentb69f548065e78d14afcdc91548d73539762f8d93 (diff)
downloadaur-400d7845e4c959660edf4cbeb1a390c6590cc4fc.tar.gz
aur-400d7845e4c959660edf4cbeb1a390c6590cc4fc.tar.xz
Add AUR package blacklist updater (aurblup).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'scripts/aurblup/README')
-rw-r--r--scripts/aurblup/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/scripts/aurblup/README b/scripts/aurblup/README
new file mode 100644
index 00000000..8e5047dc
--- /dev/null
+++ b/scripts/aurblup/README
@@ -0,0 +1,27 @@
+aurblup
+=======
+
+aurblup is a small and leightweight tool that updates the package blacklist of
+an AUR MySQL database using one (or more) package databases. It does the
+following things:
+
+- Sync a bunch of local package databases with a remote server.
+
+- Get a list of packages in those databases.
+
+- Update the MySQL blacklist table to match those packages.
+
+Requirements
+------------
+
+You need the libalpm and libmysqlclient header files to build aurblup.
+
+Installation
+------------
+
+Edit the "config.h" (copy from "config.h.proto" if doesn't exist) and
+"config.mk" configuration files to match your setup and enter the following
+command to build and install dwm:
+
+ make install
+