]> git.pld-linux.org Git - packages/denise.git/blob - denise.spec
72d669f6a70341a8d2bd492b2d1f1c935e4c4a89
[packages/denise.git] / denise.spec
1 # project is suspended now
2 Summary:        Denise(R)-MYTH Artificial Intelligence
3 Summary(pl.UTF-8):   Denise(R)-MYTH - sztuczna inteligencja
4 Name:           denise
5 Version:        5.1.1
6 Release:        1
7 License:        GPL v2
8 Group:          Applications/Emulators
9 Source0:        http://denise.union.pl/download/source/%{name}-%{version}.tar.gz
10 # Source0-md5:  2d2f01a0ef379424d29ee0ad1975310a
11 Source1:        http://denise.union.pl/download/doc/Denise5_0doc.pdf
12 # Source1-md5:  bc8a67583369db0859e7fa314a12900b
13 Patch0:         %{name}-freemem.patch
14 URL:            http://www.denise.union.pl/
15 BuildRequires:  autoconf
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Denise(R)-MYTH project is a very interesting attemption of create
20 artificial intelligence.
21
22 %description -l pl.UTF-8
23 Projekt Denise(R)-MYTH jest interesującą próbą podjęcia tematu
24 sztuczniej inteligencji.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29 cp %{SOURCE1} .
30
31 %build
32 %{__autoconf}
33
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS NEWS README Denise5_0doc.pdf
49 %attr(755,root,root) %{_bindir}/denise
50 %{_datadir}/denise
This page took 0.045664 seconds and 2 git commands to generate.