diff options
Diffstat (limited to 'homebrew/libnatpmp')
-rw-r--r-- | homebrew/libnatpmp/.beer | 17 | ||||
-rw-r--r-- | homebrew/libnatpmp/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/libnatpmp/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/libnatpmp/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/libnatpmp/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/libnatpmp/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/libnatpmp/download.sh | 1 |
7 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/libnatpmp/.beer b/homebrew/libnatpmp/.beer new file mode 100644 index 000000000..608b5aff2 --- /dev/null +++ b/homebrew/libnatpmp/.beer @@ -0,0 +1,17 @@ +{ + "name": "Libnatpmp", + "description": "NAT port mapping protocol library", + "url": "http://miniupnp.free.fr/files/download.php?file=libnatpmp-20150609.tar.gz", + "mirror": null, + "homepage": "http://miniupnp.free.fr/libnatpmp.html", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "inreplace \"Makefile\", \"-Wl,-install_name,$(SONAME)\", \"-Wl,-install_name,$(INSTALLDIRLIB)/$(SONAME)\"", + "system \"make\", \"INSTALLPREFIX=#{prefix}\", \"install\"" + ], + "version": "20150609", + "file": "libnatpmp.rb" +}
\ No newline at end of file diff --git a/homebrew/libnatpmp/.make.sh-auto b/homebrew/libnatpmp/.make.sh-auto new file mode 100644 index 000000000..a29a53e7d --- /dev/null +++ b/homebrew/libnatpmp/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +inreplace "Makefile", "-Wl,-install_name,$(SONAME)", "-Wl,-install_name,$(INSTALLDIRLIB)/$(SONAME)" +make INSTALLPREFIX=${PKG_TAPF} DESTDIR=${PKG_DEST} install diff --git a/homebrew/libnatpmp/_metadata/description b/homebrew/libnatpmp/_metadata/description new file mode 100644 index 000000000..adbbc8660 --- /dev/null +++ b/homebrew/libnatpmp/_metadata/description @@ -0,0 +1 @@ +NAT port mapping protocol library diff --git a/homebrew/libnatpmp/_metadata/homepage b/homebrew/libnatpmp/_metadata/homepage new file mode 100644 index 000000000..94397d523 --- /dev/null +++ b/homebrew/libnatpmp/_metadata/homepage @@ -0,0 +1 @@ +http://miniupnp.free.fr/libnatpmp.html diff --git a/homebrew/libnatpmp/_metadata/name b/homebrew/libnatpmp/_metadata/name new file mode 100644 index 000000000..a00be342c --- /dev/null +++ b/homebrew/libnatpmp/_metadata/name @@ -0,0 +1 @@ +Libnatpmp diff --git a/homebrew/libnatpmp/_metadata/version b/homebrew/libnatpmp/_metadata/version new file mode 100644 index 000000000..d44fd5a11 --- /dev/null +++ b/homebrew/libnatpmp/_metadata/version @@ -0,0 +1 @@ +20150609 diff --git a/homebrew/libnatpmp/download.sh b/homebrew/libnatpmp/download.sh new file mode 100755 index 000000000..c13a5a64e --- /dev/null +++ b/homebrew/libnatpmp/download.sh @@ -0,0 +1 @@ +wget http://miniupnp.free.fr/files/download.php?file=libnatpmp-20150609.tar.gz
\ No newline at end of file |