diff options
Diffstat (limited to 'homebrew/fstrm')
-rw-r--r-- | homebrew/fstrm/.beer | 42 | ||||
-rw-r--r-- | homebrew/fstrm/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/fstrm/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/fstrm/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/fstrm/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/fstrm/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/fstrm/download.sh | 1 |
7 files changed, 50 insertions, 0 deletions
diff --git a/homebrew/fstrm/.beer b/homebrew/fstrm/.beer new file mode 100644 index 000000000..0117ee18c --- /dev/null +++ b/homebrew/fstrm/.beer @@ -0,0 +1,42 @@ +{ + "name": "Fstrm", + "description": "Frame Streams implementation in C", + "url": "https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.5.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/farsightsec/fstrm", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "libevent", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"autoreconf\", \"-fvi\" if build.head?", + "system \"./configure\", \"--disable-debug\",", + "\"--disable-dependency-tracking\",", + "\"--disable-silent-rules\",", + "\"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "0.5.0", + "file": "fstrm.rb" +}
\ No newline at end of file diff --git a/homebrew/fstrm/.make.sh-auto b/homebrew/fstrm/.make.sh-auto new file mode 100644 index 000000000..e3e79dc99 --- /dev/null +++ b/homebrew/fstrm/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --disable-dependency-tracking --disable-silent-rules +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/fstrm/_metadata/description b/homebrew/fstrm/_metadata/description new file mode 100644 index 000000000..addb96cf8 --- /dev/null +++ b/homebrew/fstrm/_metadata/description @@ -0,0 +1 @@ +Frame Streams implementation in C diff --git a/homebrew/fstrm/_metadata/homepage b/homebrew/fstrm/_metadata/homepage new file mode 100644 index 000000000..872e7822f --- /dev/null +++ b/homebrew/fstrm/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/farsightsec/fstrm diff --git a/homebrew/fstrm/_metadata/name b/homebrew/fstrm/_metadata/name new file mode 100644 index 000000000..d7c71c597 --- /dev/null +++ b/homebrew/fstrm/_metadata/name @@ -0,0 +1 @@ +Fstrm diff --git a/homebrew/fstrm/_metadata/version b/homebrew/fstrm/_metadata/version new file mode 100644 index 000000000..8f0916f76 --- /dev/null +++ b/homebrew/fstrm/_metadata/version @@ -0,0 +1 @@ +0.5.0 diff --git a/homebrew/fstrm/download.sh b/homebrew/fstrm/download.sh new file mode 100755 index 000000000..282a76c8f --- /dev/null +++ b/homebrew/fstrm/download.sh @@ -0,0 +1 @@ +wget https://dl.farsightsecurity.com/dist/fstrm/fstrm-0.5.0.tar.gz
\ No newline at end of file |