]> git.pld-linux.org Git - packages/denise.git/blob - denise.spec
- new from l00natyk <majkl (at) op.pl>
[packages/denise.git] / denise.spec
1 #
2 # now project are suspended
3 Summary:        Denise(R)-MYTH Artificial Intelligence
4 Summary(pl):    Denise(R)-MYTH Sztuczna Inteligencja
5 Name:           denise
6 Version:        5.1.1
7 Release:        1
8 License:        GPL v2
9 Group:          Applications/Emulators
10 Source0:        http://denise.union.pl/download/source/%{name}-%{version}.tar.gz
11 # Source0-md5:  2d2f01a0ef379424d29ee0ad1975310a
12 Patch0:         %{name}-freemem.patch
13 URL:            http://www.denise.union.pl/
14 BuildRequires:  autoconf
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Denise(R)-MYTH project is a very interesting attemption of create
19 artificial intelligence.
20
21 %description -l pl
22 Projekt Denise(R)-MYTH jest interesuj±c± prób± podjêcia tematu
23 sztuczniej inteligencji.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__autoconf}
31
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 AUTHORS NEWS README
47 %attr(755,root,root) %{_bindir}/denise
48 %{_datadir}/denise
This page took 0.121125 seconds and 3 git commands to generate.