SPECS: playvtx.spec (NEW) - new

qboosh qboosh at pld-linux.org
Tue Aug 26 01:05:32 CEST 2008


Author: qboosh                       Date: Mon Aug 25 23:05:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/playvtx.spec
diff -u /dev/null SPECS/playvtx.spec:1.1
--- /dev/null	Tue Aug 26 01:05:32 2008
+++ SPECS/playvtx.spec	Tue Aug 26 01:05:26 2008
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	VTX file format player based on AY/YM emulation library
+Summary(pl.UTF-8):	Odtwarzacz plików VTX oparty na bibliotece emulacji AY/YM
+Name:		playvtx
+Version:	0.9.2
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications/Sound
+Source0:	http://dl.sourceforge.net/libayemu/%{name}-%{version}.tar.gz
+# Source0-md5:	644f28c8d371a6bdad0622c2c94671ee
+URL:		http://sashnov.nm.ru/libayemu.html
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libayemu-devel >= 0.9
+Requires:	libayemu >= 0.9
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is player for AY/YM sound chip music packed to VTX format.
+
+%description -l pl.UTF-8
+Odtwarzacz muzyki dla układów AY/YM spakowanej do plików w formacie
+VTX.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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 BUGS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/playvtx
+
+%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  2008/08/25 23:05:26  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list