summaryrefslogtreecommitdiff
path: root/homebrew/mmcommon
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mmcommon')
-rw-r--r--homebrew/mmcommon/.beer17
-rw-r--r--homebrew/mmcommon/.make.sh-auto3
-rw-r--r--homebrew/mmcommon/_metadata/description1
-rw-r--r--homebrew/mmcommon/_metadata/homepage1
-rw-r--r--homebrew/mmcommon/_metadata/name1
-rw-r--r--homebrew/mmcommon/_metadata/version1
-rwxr-xr-xhomebrew/mmcommon/download.sh1
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/mmcommon/.beer b/homebrew/mmcommon/.beer
new file mode 100644
index 000000000..2560397eb
--- /dev/null
+++ b/homebrew/mmcommon/.beer
@@ -0,0 +1,17 @@
+{
+ "name": "MmCommon",
+ "description": "Build utilities for C++ interfaces of GTK+ and GNOME packages",
+ "url": "https://download.gnome.org/sources/mm-common/0.9/mm-common-0.9.12.tar.xz",
+ "mirror": null,
+ "homepage": "https://www.gtkmm.org/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-silent-rules\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.9.12",
+ "file": "mm-common.rb"
+} \ No newline at end of file
diff --git a/homebrew/mmcommon/.make.sh-auto b/homebrew/mmcommon/.make.sh-auto
new file mode 100644
index 000000000..c5806fc13
--- /dev/null
+++ b/homebrew/mmcommon/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+pkg:configure --disable-silent-rules
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/mmcommon/_metadata/description b/homebrew/mmcommon/_metadata/description
new file mode 100644
index 000000000..7d1c08d00
--- /dev/null
+++ b/homebrew/mmcommon/_metadata/description
@@ -0,0 +1 @@
+Build utilities for C++ interfaces of GTK+ and GNOME packages
diff --git a/homebrew/mmcommon/_metadata/homepage b/homebrew/mmcommon/_metadata/homepage
new file mode 100644
index 000000000..d7bbb78ff
--- /dev/null
+++ b/homebrew/mmcommon/_metadata/homepage
@@ -0,0 +1 @@
+https://www.gtkmm.org/
diff --git a/homebrew/mmcommon/_metadata/name b/homebrew/mmcommon/_metadata/name
new file mode 100644
index 000000000..4d0fba8f2
--- /dev/null
+++ b/homebrew/mmcommon/_metadata/name
@@ -0,0 +1 @@
+MmCommon
diff --git a/homebrew/mmcommon/_metadata/version b/homebrew/mmcommon/_metadata/version
new file mode 100644
index 000000000..583b27acc
--- /dev/null
+++ b/homebrew/mmcommon/_metadata/version
@@ -0,0 +1 @@
+0.9.12
diff --git a/homebrew/mmcommon/download.sh b/homebrew/mmcommon/download.sh
new file mode 100755
index 000000000..857569b6c
--- /dev/null
+++ b/homebrew/mmcommon/download.sh
@@ -0,0 +1 @@
+wget https://download.gnome.org/sources/mm-common/0.9/mm-common-0.9.12.tar.xz \ No newline at end of file