]> git.pld-linux.org Git - packages/dotnet-njb-sharp.git/blame - dotnet-njb-sharp.spec
- initial PLD release
[packages/dotnet-njb-sharp.git] / dotnet-njb-sharp.spec
CommitLineData
625c15de
PZ
1#
2%include /usr/lib/rpm/macros.mono
3#
4Summary: .NET support for NJB players
5Name: dotnet-njb-sharp
6Version: 0.3.0
7Release: 1
8License: GPL
9Group: Development/Libraries
10Source0: http://banshee-project.org/files/njb-sharp/njb-sharp-%{version}.tar.gz
11# Source0-md5: d59525dcfa69d6196b339b519f53525e
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libnjb-devel >= 2.2.4
15BuildRequires: libtool
16BuildRequires: mono-csharp >= 1.1.16.1
17BuildRequires: pkgconfig
18ExcludeArch: i386
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22njb-sharp provides C# bindings for libnjb, to provide NJB Digital
23Audio Player (DAP) support to Mono applications.
24
25%prep
26%setup -qn njb-sharp-%{version}
27
28%build
29%{__libtoolize}
30%{__aclocal}
31%{__autoconf}
32%{__automake}
33export CPPFLAGS="-I%{_includedir}/libnjb"
34%configure
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS ChangeLog NEWS README
50%{_prefix}/lib/njb-sharp
51%{_pkgconfigdir}/njb-sharp.pc
This page took 0.066385 seconds and 4 git commands to generate.