summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20120831/b2eec9f7
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120831/b2eec9f7')
-rw-r--r--zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment-0001.obj55
-rw-r--r--zarb-ml/mageia-dev/attachments/20120831/b2eec9f7/attachment.obj55
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