]> git.pld-linux.org Git - packages/dotnet-ipod-sharp.git/commitdiff
- initial PLD release auto/th/dotnet-ipod-sharp-0_6_3-1
authorPatryk Zawadzki <patrys@room-303.com>
Sat, 7 Jul 2007 16:01:02 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-ipod-sharp.spec -> 1.1

dotnet-ipod-sharp.spec [new file with mode: 0644]

diff --git a/dotnet-ipod-sharp.spec b/dotnet-ipod-sharp.spec
new file mode 100644 (file)
index 0000000..2eef206
--- /dev/null
@@ -0,0 +1,52 @@
+#
+%include       /usr/lib/rpm/macros.mono
+#
+Summary:       .NET support for iPods
+Name:          dotnet-ipod-sharp
+Version:       0.6.3
+Release:       1
+License:       GPL
+Group:         Development/Libraries
+Source0:       http://banshee-project.org/files/ipod-sharp/ipod-sharp-%{version}.tar.gz
+# Source0-md5: c35131c3350e686d4a006377c1711834
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libipoddevice-devel >= 0.5.0
+BuildRequires: libtool
+BuildRequires: mono-csharp >= 1.1.16.1
+BuildRequires: pkgconfig
+ExcludeArch:   i386
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ipod-sharp provies support for high level features of Apple's iPod,
+like support for audio content, including reading and writing of
+the iTunes/iPod database, and syncing music. ipod-sharp also provides
+a CIL wrapper for libipoddevice.
+
+%prep
+%setup -qn ipod-sharp-%{version}
+
+%build
+%{__libtoolize}
+%{__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
+%{_prefix}/lib/ipod-sharp
+%{_pkgconfigdir}/ipod-sharp*.pc
This page took 0.078335 seconds and 4 git commands to generate.