diff options
Diffstat (limited to 'homebrew/getflashvideos')
-rw-r--r-- | homebrew/getflashvideos/.beer | 55 | ||||
-rw-r--r-- | homebrew/getflashvideos/.make.sh-auto | 7 | ||||
-rw-r--r-- | homebrew/getflashvideos/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/getflashvideos/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/getflashvideos/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/getflashvideos/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/getflashvideos/download.sh | 1 |
7 files changed, 67 insertions, 0 deletions
diff --git a/homebrew/getflashvideos/.beer b/homebrew/getflashvideos/.beer new file mode 100644 index 000000000..9e42ebace --- /dev/null +++ b/homebrew/getflashvideos/.beer @@ -0,0 +1,55 @@ +{ + "name": "GetFlashVideos", + "description": "Download or play videos from various Flash-based websites", + "url": "https://github.com/monsieurvideo/get-flash-videos/archive/1.25.99.03.tar.gz", + "mirror": null, + "homepage": "https://github.com/monsieurvideo/get-flash-videos", + "depends": [ + { + "depend": "rtmpdump", + "build-depend": false + } + ], + "resource": [ + { + "name": "Crypt::Blowfish_PP", + "url": "https://cpan.metacpan.org/authors/id/M/MA/MATTBM/Crypt-Blowfish_PP-1.12.tar.gz" + }, + { + "name": "LWP::Protocol", + "url": "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.33.tar.gz" + }, + { + "name": "Tie::IxHash", + "url": "https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz" + }, + { + "name": "WWW::Mechanize", + "url": "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/WWW-Mechanize-1.88.tar.gz" + }, + { + "name": "Term::ProgressBar", + "url": "https://cpan.metacpan.org/authors/id/M/MA/MANWAR/Term-ProgressBar-2.21.tar.gz" + }, + { + "name": "Class::MethodMaker", + "url": "https://cpan.metacpan.org/authors/id/S/SC/SCHWIGON/class-methodmaker/Class-MethodMaker-2.24.tar.gz" + }, + { + "name": "Crypt::Rijndael", + "url": "https://cpan.metacpan.org/authors/id/L/LE/LEONT/Crypt-Rijndael-1.13.tar.gz" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"", + "resources.each do |r|", + "r.stage do", + "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"", + "system \"make\"", + "system \"make\", \"install\"" + ], + "version": "1.25.99.03", + "file": "get-flash-videos.rb" +}
\ No newline at end of file diff --git a/homebrew/getflashvideos/.make.sh-auto b/homebrew/getflashvideos/.make.sh-auto new file mode 100644 index 000000000..42e318851 --- /dev/null +++ b/homebrew/getflashvideos/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5" +resources.each do |r| +r.stage do +perl Makefile.PL INSTALL_BASE=#{libexec} +make +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/getflashvideos/_metadata/description b/homebrew/getflashvideos/_metadata/description new file mode 100644 index 000000000..4d97fa391 --- /dev/null +++ b/homebrew/getflashvideos/_metadata/description @@ -0,0 +1 @@ +Download or play videos from various Flash-based websites diff --git a/homebrew/getflashvideos/_metadata/homepage b/homebrew/getflashvideos/_metadata/homepage new file mode 100644 index 000000000..b355a171d --- /dev/null +++ b/homebrew/getflashvideos/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/monsieurvideo/get-flash-videos diff --git a/homebrew/getflashvideos/_metadata/name b/homebrew/getflashvideos/_metadata/name new file mode 100644 index 000000000..5065a408e --- /dev/null +++ b/homebrew/getflashvideos/_metadata/name @@ -0,0 +1 @@ +GetFlashVideos diff --git a/homebrew/getflashvideos/_metadata/version b/homebrew/getflashvideos/_metadata/version new file mode 100644 index 000000000..02b061fa5 --- /dev/null +++ b/homebrew/getflashvideos/_metadata/version @@ -0,0 +1 @@ +1.25.99.03 diff --git a/homebrew/getflashvideos/download.sh b/homebrew/getflashvideos/download.sh new file mode 100755 index 000000000..6d9bea823 --- /dev/null +++ b/homebrew/getflashvideos/download.sh @@ -0,0 +1 @@ +wget https://github.com/monsieurvideo/get-flash-videos/archive/1.25.99.03.tar.gz
\ No newline at end of file |