]> git.pld-linux.org Git - packages/denise.git/blob - denise.spec
- cleanup
[packages/denise.git] / denise.spec
1 # project is suspended now
2 Summary:        Denise(R)-MYTH Artificial Intelligence
3 Summary(pl):    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 Patch0:         %{name}-freemem.patch
12 URL:            http://www.denise.union.pl/
13 BuildRequires:  autoconf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Denise(R)-MYTH project is a very interesting attemption of create
18 artificial intelligence.
19
20 %description -l pl
21 Projekt Denise(R)-MYTH jest interesuj±c± prób± podjêcia tematu
22 sztuczniej inteligencji.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 %build
29 %{__autoconf}
30
31 %configure 
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS NEWS README
46 %attr(755,root,root) %{_bindir}/denise
47 %{_datadir}/denise
This page took 0.058331 seconds and 4 git commands to generate.