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