summaryrefslogtreecommitdiff
path: root/homebrew/log4cplus
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/log4cplus')
-rw-r--r--homebrew/log4cplus/.beer19
-rw-r--r--homebrew/log4cplus/.make.sh-auto4
-rw-r--r--homebrew/log4cplus/_metadata/description1
-rw-r--r--homebrew/log4cplus/_metadata/homepage1
-rw-r--r--homebrew/log4cplus/_metadata/name1
-rw-r--r--homebrew/log4cplus/_metadata/version1
-rwxr-xr-xhomebrew/log4cplus/download.sh1
7 files changed, 28 insertions, 0 deletions
diff --git a/homebrew/log4cplus/.beer b/homebrew/log4cplus/.beer
new file mode 100644
index 000000000..7644dd6f6
--- /dev/null
+++ b/homebrew/log4cplus/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Log4cplus",
+ "description": "Logging Framework for C++",
+ "url": "https://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.2/log4cplus-2.0.2.tar.xz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/p/log4cplus/wiki/Home/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.cxx11",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.0.2",
+ "file": "log4cplus.rb"
+} \ No newline at end of file
diff --git a/homebrew/log4cplus/.make.sh-auto b/homebrew/log4cplus/.make.sh-auto
new file mode 100644
index 000000000..2c88e4da4
--- /dev/null
+++ b/homebrew/log4cplus/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+ENV.cxx11
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/log4cplus/_metadata/description b/homebrew/log4cplus/_metadata/description
new file mode 100644
index 000000000..5ea51cab8
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/description
@@ -0,0 +1 @@
+Logging Framework for C++
diff --git a/homebrew/log4cplus/_metadata/homepage b/homebrew/log4cplus/_metadata/homepage
new file mode 100644
index 000000000..4afa3ee7b
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/homepage
@@ -0,0 +1 @@
+https://sourceforge.net/p/log4cplus/wiki/Home/
diff --git a/homebrew/log4cplus/_metadata/name b/homebrew/log4cplus/_metadata/name
new file mode 100644
index 000000000..19d3ec785
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/name
@@ -0,0 +1 @@
+Log4cplus
diff --git a/homebrew/log4cplus/_metadata/version b/homebrew/log4cplus/_metadata/version
new file mode 100644
index 000000000..e9307ca57
--- /dev/null
+++ b/homebrew/log4cplus/_metadata/version
@@ -0,0 +1 @@
+2.0.2
diff --git a/homebrew/log4cplus/download.sh b/homebrew/log4cplus/download.sh
new file mode 100755
index 000000000..e41ef2a54
--- /dev/null
+++ b/homebrew/log4cplus/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/log4cplus/log4cplus-stable/2.0.2/log4cplus-2.0.2.tar.xz \ No newline at end of file