]> git.pld-linux.org Git - packages/cito.git/blob - cito.spec
- noarch (only bytecode packaged)
[packages/cito.git] / cito.spec
1 Summary:        Ci programming language
2 Summary(en.UTF-8):      Ć programming language
3 Summary(pl.UTF-8):      Język programowania Ć
4 Name:           cito
5 Version:        0.3.0
6 Release:        2
7 License:        GPL v3+
8 Group:          Development/Languages
9 Source0:        http://downloads.sourceforge.net/cito/%{name}-%{version}.tar.gz
10 # Source0-md5:  794676f282dc8a2d0b9af220a92ad349
11 Patch0:         %{name}-destdir.patch
12 URL:            http://cito.sourceforge.net/
13 # .NET 3.5 - what is minimal mono version?
14 BuildRequires:  mono-csharp >= 3
15 Requires:       mono >= 3
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Ci is a programming language which can be automatically translated to
20 C, Java, C#, JavaScript, ActionScript and D. The translator is called
21 `cito`.
22
23 %description -l en.UTF-8
24 Ć is a programming language which can be automatically translated to
25 C, Java, C#, JavaScript, ActionScript and D. The translator is called
26 `cito`.
27
28 %description -l pl.UTF-8
29 Ć to język programowania, który można automatycznie tłumaczyć do
30 języków C, Java, C#, JavaScript, ActionScript i D. Translator nazywa
31 się "cito".
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT \
45         prefix=/usr
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README.html ci.html ci-logo.ico ci-logo.svg hello.ci
53 %attr(755,root,root) %{_bindir}/cipad
54 %attr(755,root,root) %{_bindir}/cito
55 %dir %{_prefix}/lib/cito
56 %{_prefix}/lib/cito/cipad.exe
57 %{_prefix}/lib/cito/cito.exe
This page took 0.04603 seconds and 3 git commands to generate.