summaryrefslogtreecommitdiff
path: root/packaging/hal-backend-audio-alsa.spec
blob: 8f29c835852aaab6270816d04953a2ba944a6f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name:       hal-backend-audio-alsa
Summary:    TIZEN Audio HAL using ALSA
Version:    0.0.7
Release:    0
Group:      System/Libraries
License:    Apache-2.0
URL:        http://tizen.org
Source0:    %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(hal-rootstrap)
#BuildRequires: pkgconfig(tinyalsa)
Provides: libhal-backend-audio.so

%description
TIZEN Audio HAL using ALSA

%prep
%setup -q -n %{name}-%{version}

%build
export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE -DSYSCONFDIR=\\\"%{_hal_sysconfdir}\\\""
export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"

export USE_TINYALSA="0"

%autogen
./configure --libdir=%{_hal_libdir}

make %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
%make_install
mkdir -p %{buildroot}%{_hal_licensedir}/%{name}
cp LICENSE.Apache-2.0 %{buildroot}%{_hal_licensedir}/%{name}

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%files
%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_hal_libdir}/libhal-backend-audio.so
%{_hal_licensedir}/%{name}/*