packages: sar2/sar2.spec (NEW) - initial.

cieciwa cieciwa at pld-linux.org
Thu Dec 15 15:00:52 CET 2011


Author: cieciwa                      Date: Thu Dec 15 14:00:52 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial.

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

---- Diffs:

================================================================
Index: packages/sar2/sar2.spec
diff -u /dev/null packages/sar2/sar2.spec:1.1
--- /dev/null	Thu Dec 15 15:00:52 2011
+++ packages/sar2/sar2.spec	Thu Dec 15 15:00:47 2011
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+Summary:	-
+Summary(pl.UTF-8):	-
+Name:		sar2
+Version:	2.3.1
+Release:	0.1
+License:	- (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
+Group:		Applications
+Source0:	http://sourceforge.net/projects/sar2/files/%{name}-%{version}.tar.bz2
+# Source0-md5:	180ad7c3a529e5c7c954b4ef6f758da0
+Patch0:		%{name}-OpenAL.patch
+URL:		-
+BuildRequires:	scons
+BuildRequires:	SDL-devel
+BuildRequires:	SDL_image-devel
+BuildRequires:	OpenAL-devel
+BuildRequires:	freealut-devel
+BuildRequires:	libvorbis-devel
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-lib-libXmu-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+/usr/bin/scons
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/usr/{bin,share}
+./install.sh $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG INSTALL LICENSE README HACKING
+%attr(755, root, root) %{_bindir}/%{name}
+%{_mandir}/man6/%{name}*
+%{_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  2011/12/15 14:00:47  cieciwa
+- initial.
+
+Revision 1.78  2011/11/24 13:29:55  gotar
================================================================


More information about the pld-cvs-commit mailing list