utils/installwatch: initial commit
[grimoire-witchcraft.git] / utils / installwatch / DETAILS
blobf1678711d7993abe4e2117f1255a5d0f4b447469
1            SPELL=installwatch
2          VERSION=0.6.3
3           SOURCE=$SPELL-$VERSION.tgz
4      SOURCE_HASH=sha512:901a526171ee91c2c317328337ffd7fe93e872f3cac0a16899c04d6c7d99246b3fc24c795a386e87583895044ce87c2026a003c87b12c606a7617d699a4462fc
5 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
6    SOURCE_URL[0]=http://asic-linux.com.mx/~izto/checkinstall/files/source/$SOURCE
7         WEB_SITE=http://asic-linux.com.mx/~izto/installwatch.html
8          ENTERED=20011230
9          UPDATED=20050106
10        BUILD_API=2
11    BI_ARCH_SPELL="yes"
12         KEYWORDS="utils"
13            SHORT="installwatch is a utility for tracking files during the installation of software."
14 cat << EOF
15 Installwatch is a simple utility which keeps track of which files are 
16 created and modified during the installation of a new program. It's
17 fast and easy to use. It doesn't require a "pre-install" phase
18 because it monitors processes while they run. Installwatch works with 
19 every dynamically linked ELF program, by intercepting system calls
20 that cause file system alterations.
21 EOF