1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Logcheck",
"description": "Mail anomalies in the system logfiles to the administrator",
"url": "https://deb.debian.org/debian/pool/main/l/logcheck/logcheck_1.3.19.tar.xz",
"mirror": null,
"homepage": "https://packages.debian.org/sid/logcheck",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"inreplace \"Makefile\", \"$(DESTDIR)/$(CONFDIR)\", \"$(CONFDIR)\"",
"system \"make\", \"install\", \"--always-make\", \"DESTDIR=#{prefix}\",",
"\"SBINDIR=sbin\", \"BINDIR=bin\", \"CONFDIR=#{etc}/logcheck\""
],
"version": "1.3.19",
"file": "logcheck.rb"
}
|