]> git.pld-linux.org Git - packages/XSB.git/blame - XSB.spec
- saving work; install and files not finished
[packages/XSB.git] / XSB.spec
CommitLineData
f0d44548
JB
1Summary: XSB Prolog Distribution
2Summary(pl.UTF-8): Dystrybucja XSB Prologa
3Name: XSB
4Version: 3.3.6
5Release: 0.1
6License: LGPL v2
7Group: Development/Languages
8Source0: http://xsb.sourceforge.net/downloads/%{name}336.tar.gz
9# Source0-md5: bd43680832cbe9a33ce1a9fc21d81d83
10Patch0: %{name}-configure.patch
11URL: http://xsb.sourceforge.net/
12BuildRequires: autoconf
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16XSB Prolog Distribution - a logic programming and deductive database
17system.
18
19%description -l pl.UTF-8
20Dystrybucja XSB Prologa - system programowania w logice oraz
21dedukcyjnych baz danych.
22
23%prep
24%setup -q -n %{name}
25%patch0 -p1
26
27%build
28installdir=$(pwd)/install
29cd build
30%{__autoconf}
31%configure \
32 --prefix=$installdir
33%{__make} -f ../config/%{_target_platform}*/topMakefile
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_libdir}/XSB
38
39cp -a install/* $RPM_BUILD_ROOT%{_libdir}/XSB
40
41cd build
42%{__make} -f ../config/%{_target_platform}*/topMakefile \
43 prefix=$RPM_BUILD_ROOT%{_libdir}/XSB
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc FAQ LICENSE README
51%attr(755,root,root) %{_bindir}/*
52# TODO
This page took 0.072313 seconds and 4 git commands to generate.