diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-20 20:49:46 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 20:18:47 -0500 |
commit | 12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch) | |
tree | 352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/bgpq3/.beer | |
parent | a2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff) |
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/bgpq3/.beer')
-rw-r--r-- | homebrew/bgpq3/.beer | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/homebrew/bgpq3/.beer b/homebrew/bgpq3/.beer new file mode 100644 index 000000000..de29609bb --- /dev/null +++ b/homebrew/bgpq3/.beer @@ -0,0 +1,40 @@ +{ + "name": "Bgpq3", + "description": "BGP filtering automation for Cisco, Juniper, BIRD and OpenBGPD routers", + "url": "https://github.com/snar/bgpq3/archive/v0.1.35.tar.gz", + "mirror": null, + "homepage": "http://snar.spb.ru/prog/bgpq3/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [ + { + "url": null, + "data": [ + "diff --git a/Makefile.in b/Makefile.in\n", + "index c2d7e96..afec780 100644\n", + "--- a/Makefile.in\n", + "+++ b/Makefile.in\n", + "@@ -29,9 +29,10 @@ clean:\n", + " \trm -rf *.o *.core core.* core\n", + "\n", + " install: bgpq3\n", + "+\tif test ! -d @prefix@/bin ; then mkdir -p @prefix@/bin ; fi\n", + " \t${INSTALL} -c -s -m 755 bgpq3 @bindir@\n", + "-\tif test ! -d @prefix@/man/man8 ; then mkdir -p @prefix@/man/man8 ; fi\n", + "-\t${INSTALL} -m 644 bgpq3.8 @prefix@/man/man8\n", + "+\tif test ! -d @mandir@/man8 ; then mkdir -p @mandir@/man8 ; fi\n", + "+\t${INSTALL} -m 644 bgpq3.8 @mandir@/man8\n", + "\n", + " depend:\n", + " \tmakedepend -- $(CFLAGS) -- $(SRCS)\n" + ] + } + ], + "install": [ + "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"", + "system \"make\", \"install\"" + ], + "version": "0.1.35", + "file": "bgpq3.rb" +}
\ No newline at end of file |