]> git.pld-linux.org Git - packages/colm.git/blob - colm.spec
- Group and dependency for vim-syntax-
[packages/colm.git] / colm.spec
1 # TODO: install vim file
2 Summary:        The Colm Programming Language - COmputer Language Manipulation
3 Summary(pl.UTF-8):      Język programowania Colm do operacji na językach komputerowych
4 Name:           colm
5 Version:        0.12.0
6 Release:        1
7 License:        GPL v2+
8 Group:          Development/Tools
9 Source0:        http://www.complang.org/colm/%{name}-%{version}.tar.gz
10 # Source0-md5:  079a1ed44f71d48a349d954096c8e411
11 URL:            http://www.complang.org/colm/
12 BuildRequires:  libstdc++-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Colm (COmputer Language Manipulation) is a programming language
17 designed for the analysis and transformation of computer languages.
18 Colm is influenced primarily by TXL (<http://www.txl.ca/>). It is in
19 the family of program transformation languages.
20
21 %description -l pl.UTF-8
22 Colm (COmputer Language Manipulation - operacje na języku
23 komputerowym) to język programowania zaprojektowany do analizy i
24 przekształceń języków komputerowych. Colm jest zainspirowany głównie
25 przez TXL (<http://www.txl.ca/>). Jest to rodzina języków
26 transformacji programów.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc ChangeLog README
47 %attr(755,root,root) %{_bindir}/colm
48 %{_includedir}/colm
49 %{_libdir}/libcolmd.a
50 %{_libdir}/libcolmp.a
This page took 0.083176 seconds and 3 git commands to generate.