diff options
Diffstat (limited to 'homebrew/nut/.make.sh-auto')
-rw-r--r-- | homebrew/nut/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/nut/.make.sh-auto b/homebrew/nut/.make.sh-auto new file mode 100644 index 000000000..ef1b7a4c8 --- /dev/null +++ b/homebrew/nut/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" +./autogen.sh +end +pkg:configure --disable-dependency-tracking --with-macosx_ups --with-openssl --with-serial --with-usb --without-avahi --without-cgi --without-dev --without-doc --without-ipmi --without-libltdl --without-neon --without-nss --without-powerman --without-snmp --without-wrap +make DESTDIR=${PKG_DEST} install |