]> git.pld-linux.org Git - packages/colm.git/commitdiff
- new auto/th/colm-0.12.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Jun 2014 17:53:07 +0000 (19:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Jun 2014 17:53:07 +0000 (19:53 +0200)
colm.spec [new file with mode: 0644]

diff --git a/colm.spec b/colm.spec
new file mode 100644 (file)
index 0000000..4a6042c
--- /dev/null
+++ b/colm.spec
@@ -0,0 +1,50 @@
+# TODO: install vim file
+Summary:       The Colm Programming Language - COmputer Language Manipulation
+Summary(pl.UTF-8):     Język programowania Colm do operacji na językach komputerowych
+Name:          colm
+Version:       0.12.0
+Release:       1
+License:       GPL v2+
+Group:         Development/Tools
+Source0:       http://www.complang.org/colm/%{name}-%{version}.tar.gz
+# Source0-md5: 079a1ed44f71d48a349d954096c8e411
+URL:           http://www.complang.org/colm/
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Colm (COmputer Language Manipulation) is a programming language
+designed for the analysis and transformation of computer languages.
+Colm is influenced primarily by TXL (<http://www.txl.ca/>). It is in
+the family of program transformation languages.
+
+%description -l pl.UTF-8
+Colm (COmputer Language Manipulation - operacje na języku
+komputerowym) to język programowania zaprojektowany do analizy i
+przekształceń języków komputerowych. Colm jest zainspirowany głównie
+przez TXL (<http://www.txl.ca/>). Jest to rodzina języków
+transformacji programów.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%attr(755,root,root) %{_bindir}/colm
+%{_includedir}/colm
+%{_libdir}/libcolmd.a
+%{_libdir}/libcolmp.a
This page took 0.09183 seconds and 4 git commands to generate.