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

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

diff --git a/dotnet-njb-sharp.spec b/dotnet-njb-sharp.spec
new file mode 100644 (file)
index 0000000..7521511
--- /dev/null
@@ -0,0 +1,51 @@
+#
+%include       /usr/lib/rpm/macros.mono
+#
+Summary:       .NET support for NJB players
+Name:          dotnet-njb-sharp
+Version:       0.3.0
+Release:       1
+License:       GPL
+Group:         Development/Libraries
+Source0:       http://banshee-project.org/files/njb-sharp/njb-sharp-%{version}.tar.gz
+# Source0-md5: d59525dcfa69d6196b339b519f53525e
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libnjb-devel >= 2.2.4
+BuildRequires: libtool
+BuildRequires: mono-csharp >= 1.1.16.1
+BuildRequires: pkgconfig
+ExcludeArch:   i386
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+njb-sharp provides C# bindings for libnjb, to provide NJB Digital
+Audio Player (DAP) support to Mono applications.
+
+%prep
+%setup -qn njb-sharp-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+export CPPFLAGS="-I%{_includedir}/libnjb"
+%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/njb-sharp
+%{_pkgconfigdir}/njb-sharp.pc
This page took 0.162687 seconds and 4 git commands to generate.