Mageia Bugzilla – Attachment 14005 Details for
Bug 32314
NEW PKG REQUEST: Flutter is an open source UI toolkit for building beautiful natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Proposal spec file for Flutter
flutter.spec (text/x-matlab), 1.27 KB, created by
Kristoffer Grundström
on 2023-09-23 02:22:02 CEST
(
hide
)
Description:
Proposal spec file for Flutter
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2023-09-23 02:22:02 CEST
Size:
1.27 KB
patch
obsolete
>%global _channel stable >%global _version 3.13.5 >%global _install_dir /opt/flutter >%define debug_package %{nil} > >Name: flutter >Version: %{_version} >Release: 1%{?dist} >License: BSD-3-Clause >Url: http://flutter.dev >Summary: Flutter builds apps for any screen >Source0: https://storage.googleapis.com/flutter_infra_release/releases/%{stable}/linux/flutter_linux_%{version}-stable.tar.xz > >BuildRequires: tar >Requires: bash >Requires: curl >Requires: file >Requires: git >Requires: coreutils >Requires: unzip >Requires: which >Requires: xz >Requires: zip >Requires: libmesaglu1 >ExclusiveArch: %{ix86} x86_64 aarch64 > >%description >Flutter is an open source UI toolkit for building beautiful >natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase. >Flutter is primarily funded by Google with contributors from all around the world. > >%prep >%setup -q -n flutter > >%install >mkdir -p %{buildroot}%{_bindir} >mkdir -p %{buildroot}%{_install_dir} >tar -xf %{S:0} --strip-components=1 -C %{buildroot}%{_install_dir} >install -m 0755 -d %{buildroot}%{_install_dir} >ln -s %{_install_dir}/bin/dart %{buildroot}%{_bindir} >ln -s %{_install_dir}/bin/flutter %{buildroot}%{_bindir} > >%post >chmod -R g+w,o+w %{_install_dir} > >%files >%{_bindir}/dart >%{_bindir}/flutter >%{_install_dir}
%global _channel stable %global _version 3.13.5 %global _install_dir /opt/flutter %define debug_package %{nil} Name: flutter Version: %{_version} Release: 1%{?dist} License: BSD-3-Clause Url: http://flutter.dev Summary: Flutter builds apps for any screen Source0: https://storage.googleapis.com/flutter_infra_release/releases/%{stable}/linux/flutter_linux_%{version}-stable.tar.xz BuildRequires: tar Requires: bash Requires: curl Requires: file Requires: git Requires: coreutils Requires: unzip Requires: which Requires: xz Requires: zip Requires: libmesaglu1 ExclusiveArch: %{ix86} x86_64 aarch64 %description Flutter is an open source UI toolkit for building beautiful natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase. Flutter is primarily funded by Google with contributors from all around the world. %prep %setup -q -n flutter %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_install_dir} tar -xf %{S:0} --strip-components=1 -C %{buildroot}%{_install_dir} install -m 0755 -d %{buildroot}%{_install_dir} ln -s %{_install_dir}/bin/dart %{buildroot}%{_bindir} ln -s %{_install_dir}/bin/flutter %{buildroot}%{_bindir} %post chmod -R g+w,o+w %{_install_dir} %files %{_bindir}/dart %{_bindir}/flutter %{_install_dir}
View Attachment As Raw
Actions:
View
Attachments on
bug 32314
: 14005