]> git.pld-linux.org Git - packages/xmms-general-audioscrobbler.git/commitdiff
- initial PLD release auto/ac/xmms-general-audioscrobbler-0_3_5-1
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 7 Dec 2004 21:33:59 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    xmms-general-audioscrobbler.spec -> 1.1

xmms-general-audioscrobbler.spec [new file with mode: 0644]

diff --git a/xmms-general-audioscrobbler.spec b/xmms-general-audioscrobbler.spec
new file mode 100644 (file)
index 0000000..386b545
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       audioscrobbler.com plugin for XMMS
+Summary(pl):   Wtyczka dla XMMS-a obs³uguj±ca serwis audioscrobbler.com
+Name:          xmms-general-audioscrobbler
+Version:       0.3.5
+Release:       1
+License:       GPL
+Group:         X11/Applications/Sound
+Source0:       http://static.audioscrobbler.com/plugins/xmms-scrobbler-%{version}.tar.bz2
+# Source0-md5: 1c0e38df8573e80a881f6e4f7d2ee785
+URL:           http://www.audioscrobbler.com/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: curl-devel
+BuildRequires: glib-devel
+BuildRequires: gtk+-devel
+BuildRequires: libmusicbrainz-devel >= 2.0.0
+BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(macros) >= 1.125
+BuildRequires: xmms-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This plugin adds audioscrobbler.com profile support to xmms.
+
+%description -l pl
+Ta wtyczka pozwala XMMS-owi na obs³ugê profili audioscrobbler.com.
+
+%prep
+%setup -q -n xmms-scrobbler-%{version}
+
+%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 ChangeLog COPYING README TODO
+%attr(755,root,root) %{xmms_general_plugindir}/*
This page took 0.097225 seconds and 4 git commands to generate.