Author: undefine                     Date: Thu Sep 29 17:28:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- netris next generation

---- Files affected:
SPECS:
   netris-ng.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/netris-ng.spec
diff -u /dev/null SPECS/netris-ng.spec:1.1
--- /dev/null   Thu Sep 29 19:28:50 2005
+++ SPECS/netris-ng.spec        Thu Sep 29 19:28:44 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:       netris next generation
+Summary(pl):   netris, następna generacja
+Name:          netris-ng
+Version:       0.01
+Release:       1
+License:       GPL
+Group:         Applications/Games
+Source0:       http://download.berlios.de/netris-ng/%{name}-%{version}.tar.bz2
+# Source0-md5: f49f1952f8d5ade893ecf287a60ecdc2
+URL:           http://netris-ng.berlios.de
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A netris clone.
+
+%description -l pl
+Klon netrisa.
+
+%prep
+%setup -q
+
+%build
+./Configure
+%{__make} \
+       CFLAGS="%{rpmcflags} -DNDEBUG -I/usr/include/ncurses" \
+       LFLAGS="%{rpmldflags} -lncurses"
+
+mv sr sr-ng
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install {netris,sr}-ng $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README FAQ *_desc
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/29 17:28:44  undefine
+- netris next generation
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to