]> git.pld-linux.org Git - packages/bluezsco.git/blob - bluezsco.spec
fe410c3d69278c27a9b599451aa4fce2d829ba47
[packages/bluezsco.git] / bluezsco.spec
1 %define         mainpkg_snap 2003-09-15
2 Summary:        Bluetooth headset controlling program
3 Summary(pl):    Program do kontroli zestawu sluchawkowego Bluetooth
4 Name:           bluezsco
5 Version:        0.1
6 Release:        0.1
7 License:        GPL
8 Group:          Applications/Sound
9 Source0:        http://www.dcs.gla.ac.uk/~jp/snd-bluez-sco/snd-bluez-sco-%{mainpkg_snap}.tar.gz
10 #Source0-MD5:   c7ef302f3fcae934eb3935267cf557c8
11 URL:            http://www.dcs.gla.ac.uk/~jp/snd-bluez-sco/
12 BuildRequires:  alsa-driver-devel
13 Requires:       kernel-sound-alsa
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 empty
18
19
20 %prep
21 %setup -q -n snd-bluez-sco-%{mainpkg_snap}
22
23 %build
24 cd %{name}-%{version}
25
26 %configure2_13
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 # create directories if necessary
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 cp %{name}-%{version}/%{name} $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/*
This page took 0.062959 seconds and 2 git commands to generate.