aurweb/scripts/aurblup/README
Lukas Fleischer 13bcc269ff Fix typos in aurblup source and "README".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-02-11 14:43:23 +01:00

27 lines
685 B
Text

aurblup
=======
aurblup is a small and lightweight 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 aurblup:
make install