summaryrefslogtreecommitdiff
path: root/homebrew/libupnp
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libupnp')
-rw-r--r--homebrew/libupnp/.beer23
-rw-r--r--homebrew/libupnp/.make.sh-auto4
-rw-r--r--homebrew/libupnp/_metadata/description1
-rw-r--r--homebrew/libupnp/_metadata/homepage1
-rw-r--r--homebrew/libupnp/_metadata/name1
-rw-r--r--homebrew/libupnp/_metadata/version1
-rwxr-xr-xhomebrew/libupnp/download.sh1
7 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/libupnp/.beer b/homebrew/libupnp/.beer
new file mode 100644
index 000000000..bacfd5fe4
--- /dev/null
+++ b/homebrew/libupnp/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Libupnp",
+ "description": "Portable UPnP development kit",
+ "url": "https://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%201.6.25/libupnp-1.6.25.tar.bz2",
+ "mirror": null,
+ "homepage": "https://pupnp.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = %W[",
+ "--disable-debug",
+ "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--enable-ipv6",
+ "]",
+ "system \"./configure\", *args",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.6.25",
+ "file": "libupnp.rb"
+} \ No newline at end of file
diff --git a/homebrew/libupnp/.make.sh-auto b/homebrew/libupnp/.make.sh-auto
new file mode 100644
index 000000000..0f4cf471f
--- /dev/null
+++ b/homebrew/libupnp/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+args = %W[--disable-debug --disable-dependency-tracking --prefix=#{prefix} --enable-ipv6 ]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install
diff --git a/homebrew/libupnp/_metadata/description b/homebrew/libupnp/_metadata/description
new file mode 100644
index 000000000..f02e1415c
--- /dev/null
+++ b/homebrew/libupnp/_metadata/description
@@ -0,0 +1 @@
+Portable UPnP development kit
diff --git a/homebrew/libupnp/_metadata/homepage b/homebrew/libupnp/_metadata/homepage
new file mode 100644
index 000000000..22d11c843
--- /dev/null
+++ b/homebrew/libupnp/_metadata/homepage
@@ -0,0 +1 @@
+https://pupnp.sourceforge.io/
diff --git a/homebrew/libupnp/_metadata/name b/homebrew/libupnp/_metadata/name
new file mode 100644
index 000000000..a251f8925
--- /dev/null
+++ b/homebrew/libupnp/_metadata/name
@@ -0,0 +1 @@
+Libupnp
diff --git a/homebrew/libupnp/_metadata/version b/homebrew/libupnp/_metadata/version
new file mode 100644
index 000000000..a92834b0e
--- /dev/null
+++ b/homebrew/libupnp/_metadata/version
@@ -0,0 +1 @@
+1.6.25
diff --git a/homebrew/libupnp/download.sh b/homebrew/libupnp/download.sh
new file mode 100755
index 000000000..d293a1c5c
--- /dev/null
+++ b/homebrew/libupnp/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%201.6.25/libupnp-1.6.25.tar.bz2 \ No newline at end of file