Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
haxe
haxe.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File haxe.spec of Package haxe
# # spec file for package haxe # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %global commit_ocamllibs ab5be31c6dd1fcd761c2ba16c5d767bcf6792490 %global commit_haxelib a494d8be523e26fcf875e2c33915808dc221e17a Name: haxe Version: 3.4.7 Release: 0 Summary: Multiplatform programming language License: GPL-2.0+ and MIT Group: Development/Languages/Other # As described in http://haxe.org/foundation/open-source.html: # * The Haxe Compiler - GPLv2+ # * The Haxe Standard Library - MIT Url: https://haxe.org/ Source0: https://github.com/HaxeFoundation/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://github.com/HaxeFoundation/ocamllibs/archive/%{commit_ocamllibs}.tar.gz#/ocamllibs-%{commit_ocamllibs}.tar.gz Source2: https://github.com/HaxeFoundation/haxelib/archive/%{commit_haxelib}.tar.gz#/haxelib-%{commit_haxelib}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: help2man BuildRequires: neko-devel >= 2.2.0 BuildRequires: neko >= 2.2.0 BuildRequires: ocaml >= 4.02.3 BuildRequires: ocaml-camlp4-devel BuildRequires: pkgconfig(zlib) BuildRequires: pcre-devel-static BuildRequires: cmake Requires: neko >= 2.2.0 %description Haxe is a high-level multiplatform programming language and compiler that can produce applications and source code for many different platforms from a single code-base. The Haxe compiler can compile Haxe source code to Adobe Flash SWF files, ActionScript 3, JavaScript, C++, PHP, C#, Java, Python, Lua, and Neko VM binary files. %prep %setup -q pushd libs && tar -xf %{SOURCE1} --strip-components=1 && popd pushd extra/haxelib_src && tar -xf %{SOURCE2} --strip-components=1 && popd %build # note that the Makefile does not support parallel building # Haxe 3.4.* is not safe-string compatible. export OCAMLPARAM="safe-string=0,_" # Check to see if ocamlopt exists. If not, bytecompile everything. # It is because ocamlopt may be missing in some architectures. command -v ocamlopt && make libs haxe || make libs haxe BYTECODE=1 # Compile haxelib pushd extra/haxelib_src && \ %cmake && \ make %{?_smp_mflags} && \ cp haxelib ../../../haxelib popd %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/%{name} cp -p haxe %{buildroot}%{_bindir} cp -p haxelib %{buildroot}%{_bindir} cp -rfp std %{buildroot}%{_datadir}/%{name} # Generate man pages mkdir -p %{buildroot}%{_mandir}/man1 help2man ./haxe --version-option=-version --no-discard-stderr --no-info --output=%{buildroot}%{_mandir}/man1/haxe.1 help2man ./haxelib --help-option=help --version-option=version --no-info --output=%{buildroot}%{_mandir}/man1/haxelib.1 %check %{buildroot}%{_bindir}/haxe -version %{buildroot}%{_bindir}/haxelib version %files %defattr(-,root,root) %doc README.md extra/LICENSE.txt extra/CHANGES.txt extra/CONTRIB.txt %{_bindir}/haxe %{_bindir}/haxelib %{_mandir}/man1/haxe.1* %{_mandir}/man1/haxelib.1* %{_datadir}/%{name}/ %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor