diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120831/b2eec9f7 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120831/b2eec9f7')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj | 55 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj | 55 |
2 files changed, 110 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj new file mode 100644 index 000000000..7a02fc1cb --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj @@ -0,0 +1,55 @@ +%global parrot_version 4.6.0 + +%define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext +%define par_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6 + +Name: rakudo +Version: 2012.08 +Release: %mkrel 1 + +Summary: A Perl compiler on Parrot +License: Artistic 2.0 +Group: Development/Perl +URL: http://www.rakudo.org/ +Source0: http://github.com/downloads/rakudo/rakudo/%{name}-%{version}.tar.gz + +BuildRequires: gdbm-devel +BuildRequires: gmp-devel +BuildRequires: libicu-devel +BuildRequires: ncurses-devel +BuildRequires: parrot >= %{parrot_version} +BuildRequires: parrot-devel >= %{parrot_version} +BuildRequires: parrot-src >= %{parrot_version} +BuildRequires: readline-devel + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} + +%description +Rakudo Perl 6, or just Rakudo, is a Perl 6 compiler for the Parrot virtual +machine. Rakudo is an implementation of the Perl 6 specification that runs +on the Parrot VM. + +%prep +%setup -q -n %{name}-%{version} + +%build +%{__perl} Configure.pl +%make + +%check +%make test + +%install +rm -rf %{buildroot} +%makeinstall_std + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc CREDITS LICENSE README +%{_bindir}/perl6 +%{_mandir}/* +%{parrot_dynext} +%{par_lang_perl6}
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj new file mode 100644 index 000000000..7a02fc1cb --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj @@ -0,0 +1,55 @@ +%global parrot_version 4.6.0 + +%define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext +%define par_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6 + +Name: rakudo +Version: 2012.08 +Release: %mkrel 1 + +Summary: A Perl compiler on Parrot +License: Artistic 2.0 +Group: Development/Perl +URL: http://www.rakudo.org/ +Source0: http://github.com/downloads/rakudo/rakudo/%{name}-%{version}.tar.gz + +BuildRequires: gdbm-devel +BuildRequires: gmp-devel +BuildRequires: libicu-devel +BuildRequires: ncurses-devel +BuildRequires: parrot >= %{parrot_version} +BuildRequires: parrot-devel >= %{parrot_version} +BuildRequires: parrot-src >= %{parrot_version} +BuildRequires: readline-devel + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} + +%description +Rakudo Perl 6, or just Rakudo, is a Perl 6 compiler for the Parrot virtual +machine. Rakudo is an implementation of the Perl 6 specification that runs +on the Parrot VM. + +%prep +%setup -q -n %{name}-%{version} + +%build +%{__perl} Configure.pl +%make + +%check +%make test + +%install +rm -rf %{buildroot} +%makeinstall_std + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc CREDITS LICENSE README +%{_bindir}/perl6 +%{_mandir}/* +%{parrot_dynext} +%{par_lang_perl6}
\ No newline at end of file |