packages: billiards/billiards.spec (NEW) - new - not playable because of od...

lisu lisu at pld-linux.org
Thu Oct 15 15:19:49 CEST 2009


Author: lisu                         Date: Thu Oct 15 13:19:49 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new - not playable because of ode's errors (read ode's TODO)

---- Files affected:
packages/billiards:
   billiards.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/billiards/billiards.spec
diff -u /dev/null packages/billiards/billiards.spec:1.1
--- /dev/null	Thu Oct 15 15:19:50 2009
+++ packages/billiards/billiards.spec	Thu Oct 15 15:19:44 2009
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	Free cue sports simulator
+Summary(pl.UTF-8):	Darmowy symulator bilarda
+Name:		billiards
+Version:	0.3
+Release:	0.1
+License:	GPL v3+
+Group:		X11/Applications/Games
+Source0:	http://download.savannah.gnu.org/releases/billiards/%{name}-%{version}.tar.gz
+# Source0-md5:	11b1b3653de75be8434be98171e92081
+URL:		http://www.nongnu.org/billiards/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	lua51
+BuildRequires:	sed >= 4.0
+BuildRequires:	techne
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Billiards is a free cue sports simulator. It aims for physical
+accuracy and simplicity and should hopefully be useful for practicing
+billiards on your own and against your friends when a real pool table
+is not available.
+
+%description -l pl.UTF-8
+Billiards to darmowy symulator bilarda. Jego celem jest dokładne
+odwzorowanie praw fizyki i prostota. Jest przydatny dla osób, które
+chcą rozwijać swoje umiejętności bilardowe grając w pojedynkę lub z
+przyjaciółmi, gdy prawdziwy stół bilardowy nie jest dostępny.
+
+%prep
+%setup -q
+%{__sed} -i 's,techne/,,' src/Makefile.am
+%{__sed} -i 's,/techne,,' src/billiards.in
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%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 ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/billiards
+%{_datadir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/10/15 13:19:44  lisu
+- new - not playable because of ode's errors (read ode's TODO)
+
================================================================


More information about the pld-cvs-commit mailing list