Author: glen Date: Tue Sep 14 19:54:28 2010 GMT Module: packages Tag: HEAD ---- Log message: - new, probably needs xmms2-devel to build
---- Files affected: packages/lxmusic: lxmusic.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lxmusic/lxmusic.spec diff -u /dev/null packages/lxmusic/lxmusic.spec:1.1 --- /dev/null Tue Sep 14 21:54:28 2010 +++ packages/lxmusic/lxmusic.spec Tue Sep 14 21:54:23 2010 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: The minimalist music player for LXDE +Name: lxmusic +Version: 0.4.4 +Release: 1 +License: GPL v3 +Group: X11/Applications +Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz +# Source0-md5: 962bca8f2dc307484828503aafe529f6 +URL: http://wiki.lxde.org/en/LXMusic +BuildRequires: xmms2-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +LXMusic - The minimalist music player for LXDE. This is based on +xmms2, which is lightweight and has server/client design. LXMusic has +very few features, it can do nothing more than just playing a list of +music files. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS README NEWS + +%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 2010/09/14 19:54:23 glen +- new, probably needs xmms2-devel to build ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
