diff options
Diffstat (limited to 'homebrew/libquvi')
-rw-r--r-- | homebrew/libquvi/.beer | 34 | ||||
-rw-r--r-- | homebrew/libquvi/.make.sh-auto | 6 | ||||
-rw-r--r-- | homebrew/libquvi/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/libquvi/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/libquvi/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/libquvi/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/libquvi/download.sh | 1 |
7 files changed, 45 insertions, 0 deletions
diff --git a/homebrew/libquvi/.beer b/homebrew/libquvi/.beer new file mode 100644 index 000000000..664bf30b9 --- /dev/null +++ b/homebrew/libquvi/.beer @@ -0,0 +1,34 @@ +{ + "name": "Libquvi", + "description": "C library to parse flash media stream properties", + "url": "https://downloads.sourceforge.net/project/quvi/0.4/libquvi/libquvi-0.4.1.tar.bz2", + "mirror": null, + "homepage": "https://quvi.sourceforge.io/", + "depends": [ + { + "depend": "pkg-config", + "build-depend": true + }, + { + "depend": "lua@5.1", + "build-depend": false + } + ], + "resource": [ + { + "name": "scripts", + "url": "https://downloads.sourceforge.net/project/quvi/0.4/libquvi-scripts/libquvi-scripts-0.4.14.tar.xz" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "ENV.prepend_path \"PKG_CONFIG_PATH\", Formula[\"lua@5.1\"].opt_libexec/\"lib/pkgconfig\"", + "scripts = prefix/\"libquvi-scripts\"", + "resource(\"scripts\").stage do", + "system \"./configure\", \"--prefix=#{scripts}\", \"--with-nsfw\"", + "system \"make\", \"install\"" + ], + "version": "0.4.1", + "file": "libquvi.rb" +}
\ No newline at end of file diff --git a/homebrew/libquvi/.make.sh-auto b/homebrew/libquvi/.make.sh-auto new file mode 100644 index 000000000..49dd18576 --- /dev/null +++ b/homebrew/libquvi/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.prepend_path "PKG_CONFIG_PATH", Formula["lua@5.1"].opt_libexec/"lib/pkgconfig" +scripts = prefix/"libquvi-scripts" +resource("scripts").stage do +pkg:configure --with-nsfw +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/libquvi/_metadata/description b/homebrew/libquvi/_metadata/description new file mode 100644 index 000000000..6d344aab7 --- /dev/null +++ b/homebrew/libquvi/_metadata/description @@ -0,0 +1 @@ +C library to parse flash media stream properties diff --git a/homebrew/libquvi/_metadata/homepage b/homebrew/libquvi/_metadata/homepage new file mode 100644 index 000000000..a4227d77b --- /dev/null +++ b/homebrew/libquvi/_metadata/homepage @@ -0,0 +1 @@ +https://quvi.sourceforge.io/ diff --git a/homebrew/libquvi/_metadata/name b/homebrew/libquvi/_metadata/name new file mode 100644 index 000000000..7d6f00fc5 --- /dev/null +++ b/homebrew/libquvi/_metadata/name @@ -0,0 +1 @@ +Libquvi diff --git a/homebrew/libquvi/_metadata/version b/homebrew/libquvi/_metadata/version new file mode 100644 index 000000000..267577d47 --- /dev/null +++ b/homebrew/libquvi/_metadata/version @@ -0,0 +1 @@ +0.4.1 diff --git a/homebrew/libquvi/download.sh b/homebrew/libquvi/download.sh new file mode 100755 index 000000000..4715f1cab --- /dev/null +++ b/homebrew/libquvi/download.sh @@ -0,0 +1 @@ +wget https://downloads.sourceforge.net/project/quvi/0.4/libquvi/libquvi-0.4.1.tar.bz2
\ No newline at end of file |