]> git.pld-linux.org Git - packages/bairc.git/blob - bairc.spec
- tabs in preamble
[packages/bairc.git] / bairc.spec
1 Summary:        IRC client written entirely in BASH
2 Summary(pl.UTF-8):      Klient IRC napisany wyłącznie w BASH
3 Name:           bairc
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        https://www.darkwired.org/pub/code/miniprojects/bairc/%{name}-%{version}.tar.gz
9 # Source0-md5:  515e626ce3e4c12dd2eaff0f0d0e383f
10 URL:            https://www.darkwired.org/pub/code/miniprojects/bairc/
11 Requires:       bash
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Bourne Again IRC Client is a single-file client written entirely in
16 BASH. It supports basic commands and has a nice GUI.
17
18 %description -l pl.UTF-8
19 Bourne Again IRC Client jest składającym się z tylko jednego pliku
20 klientem IRC napisanym w BASH. Wspiera podstawowe komendy oraz
21 posiada ładne GUI.
22
23 %prep
24 %setup -q -c
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29
30 install %{name}-%{version}.bash $RPM_BUILD_ROOT%{_bindir}/%{name}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/*
This page took 0.085286 seconds and 3 git commands to generate.