aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libnids.rb
AgeCommit message (Collapse)Author
2013-02-01libnids: autotools are build deps by defaultJack Nagel
2013-02-01libnids: fix depsJack Nagel
2012-10-30libnids: fix shared library buildJack Nagel
Closes #15757. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-24libnids: build the shared librarynibbles 2bits
libnids is used by dsniff, but libnids only builds a static library due to being coded in 2005 before much use of `.dylib` etc. By patching libnids to build a shared library, we can get dsniff to link against it and against glib and gthread correctly without `LDFLAGS` hacking. - Add deps on automake anb libtool to run `autoreconf` - Run autoreconf to fix any issues in 2005 era configure. - Add configure flag to `--enable-shared` - Add patch to fix errors building shared with `-soname` and `.so` - Works well with superenv and dnsiff Fixes #14363 Closes #15011. Signed-off-by: Max Howell <mxcl@me.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-09-02libnids: use new dslAdam Vandenberg
2011-09-25libnids: add pkg-config as a build-time dependencyGeoffrey Huntley
Closes #7826. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-31Add libnids formula.ckenna
Signed-off-by: Adam Vandenberg <flangy@gmail.com>