summaryrefslogtreecommitdiff
path: root/homebrew/winexe/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/winexe/.beer')
-rw-r--r--homebrew/winexe/.beer52
1 files changed, 52 insertions, 0 deletions
diff --git a/homebrew/winexe/.beer b/homebrew/winexe/.beer
new file mode 100644
index 000000000..e409bd226
--- /dev/null
+++ b/homebrew/winexe/.beer
@@ -0,0 +1,52 @@
+{
+ "name": "Winexe",
+ "description": "Remote Windows-command executor",
+ "url": "https://downloads.sourceforge.net/project/winexe/winexe-1.00.tar.gz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/winexe/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ }
+ ],
+ "resource": [
+ {
+ "name": "Perl4::CoreLibs",
+ "url": "https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Perl4-CoreLibs-0.003.tar.gz"
+ }
+ ],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": null,
+ "data": [
+ "diff -Naur winexe-1.00-orig/source4/winexe/winexe.h winexe-1.00/source4/winexe/winexe.h\n",
+ "--- winexe-1.00-orig/source4/winexe/winexe.h 2011-06-18 00:00:00.000000000 +0000\n",
+ "+++ winexe-1.00/source4/winexe/winexe.h 2011-06-18 00:00:00.000000000 +0000\n",
+ "@@ -63,7 +63,7 @@\n",
+ " int async_write(struct async_context *c, const void *buf, int len);\n",
+ " int async_close(struct async_context *c);\n",
+ " \n",
+ "-struct tevent_context *ev_ctx;\n",
+ "+extern struct tevent_context *ev_ctx;\n",
+ " \n",
+ " /* winexesvc32_exe.c */\n",
+ " extern unsigned int winexesvc32_exe_len;\n"
+ ]
+ }
+ ],
+ "install": [
+ "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"",
+ "resource(\"Perl4::CoreLibs\").stage do",
+ "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.00",
+ "file": "winexe.rb"
+} \ No newline at end of file