]> git.pld-linux.org Git - packages/denise.git/commitdiff
- new from l00natyk <majkl (at) op.pl>
authorkolodko <kolodko@pld-linux.org>
Wed, 2 Mar 2005 17:01:19 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    denise.spec -> 1.1

denise.spec [new file with mode: 0644]

diff --git a/denise.spec b/denise.spec
new file mode 100644 (file)
index 0000000..35a1ca3
--- /dev/null
@@ -0,0 +1,48 @@
+#
+# now project are suspended
+Summary:       Denise(R)-MYTH Artificial Intelligence
+Summary(pl):   Denise(R)-MYTH Sztuczna Inteligencja
+Name:          denise
+Version:       5.1.1
+Release:       1
+License:       GPL v2
+Group:         Applications/Emulators
+Source0:       http://denise.union.pl/download/source/%{name}-%{version}.tar.gz
+# Source0-md5: 2d2f01a0ef379424d29ee0ad1975310a
+Patch0:                %{name}-freemem.patch
+URL:           http://www.denise.union.pl/
+BuildRequires: autoconf
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Denise(R)-MYTH project is a very interesting attemption of create
+artificial intelligence.
+
+%description -l pl
+Projekt Denise(R)-MYTH jest interesuj±c± prób± podjêcia tematu
+sztuczniej inteligencji.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__autoconf}
+
+%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 AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/denise
+%{_datadir}/denise
This page took 0.076751 seconds and 4 git commands to generate.