diff options
Diffstat (limited to 'homebrew/libosinfo/.make.sh-auto')
-rw-r--r-- | homebrew/libosinfo/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libosinfo/.make.sh-auto b/homebrew/libosinfo/.make.sh-auto new file mode 100644 index 000000000..f88150c52 --- /dev/null +++ b/homebrew/libosinfo/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +inreplace "Makefile.in", "wget -q -O", "curl -o" +args = %W[--prefix=#{prefix} --localstatedir=#{var} --mandir=#{man} --sysconfdir=#{etc} --disable-silent-rules --disable-udev --disable-vala --enable-introspection --enable-tests ] +pkg:configure *args +make +make DESTDIR=${PKG_DEST} install |