]> git.pld-linux.org Git - packages/cl.git/blob - cl.spec
1afd70131788a3e7f08601b4d41b0058be58d527
[packages/cl.git] / cl.spec
1 Summary:        Console Locker
2 Name:           cl
3 Version:        0.1
4 Release:        0.1
5 License:        RPL Rebane Public License (beerware)
6 Group:          Applications/System
7 Source0:        http://glen.alkohol.ee/cl/%{name}-%{version}.tar.bz2
8 # Source0-md5:  05797d09bbb4d4c8b8c5024e6fb21ed0
9 URL:            http://glen.alkohol.ee/cl/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Linux Console locker by Rebane.
14
15 %clean
16 rm -rf $RPM_BUILD_ROOT
17
18 %prep
19 %setup -q
20
21 %build
22 %{__make} \
23         OPTFLAGS="%{rpmcflags}"
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 %{__make} install \
28         DESTDIR=$RPM_BUILD_ROOT
29
30 %files
31 %defattr(644,root,root,755)
32 %attr(755,root,root) %{_sbindir}/cl
This page took 0.076785 seconds and 2 git commands to generate.