Package: oinkmaster Version: 1.2 Revision: 1 Maintainer: Thomas Kotzian # BuildDepends: fink (>= 0.24.12) Depends: wget | wget-ssl, gzip, tar Source: mirror:sourceforge:%n/%n-%v.tar.gz PatchFile: %n.patch PatchFile-MD5: 87b99560b88af8aacc6da551743719ec PatchScript: sed -e 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1 Source-MD5: 23dc212f3a5a93ab32253edb379cb724 CompileScript: echo "nothing to compile" InstallScript: << install -d %i/bin install -d %i/etc install -d %i/share/man/man1 install -m 644 oinkmaster.conf %i/etc install -m 755 oinkmaster.pl %i/bin install -m 644 oinkmaster.1 %i/share/man/man1 << # DocFiles: ChangeLog FAQ INSTALL LICENSE README* UPGRADING contrib/* template-examples.conf Description: Updater for your Snort 1.9+ rules DescDetail: << Oinkmaster is simple Perl script released under the BSD license to help you update your Snort 1.9+ rules and comment out the unwanted ones after each update. It will tell you exactly what had changed since the last update, hence giving you good control of your rules. << Homepage: http://oinkmaster.sf.net/ License: BSD